4208289646c8d1104fdf88e5a26ac9c2e0e51605
hiromipaw Add OpenBSD installation in...

hiromipaw authored 6 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 2-medium
4) 
5) #include "head.wmi" TITLE="Tor Project: OpenBSD Install Instructions" CHARSET="UTF-8"
6) <div id="content" class="clearfix">
7)   <div id="breadcrumbs">
8)     <a href="<page index>">Home &raquo; </a>
9)     <a href="<page docs/documentation>">Documentation &raquo; </a>
10)     <a href="<page docs/tor-doc-osx>">OpenBSD Client</a>
11)   </div>
12)   <div id="maincol">
13)     <h1>Running Tor on OpenBSD</h1>
14)     <br>
15) 
16)     <h2>These are advanced installation instructions for running
17)     Tor in a OpenBSD environment.
18)     </h2>
19) 
20)     <p>To install from OpenBSD's packages, run:</p>
21) 
22) 
23)     <pre>pkg_add tor-browser</pre>
24) 
25)    
26)     <p>To install the Tor Browser port from an updated ports tree, run:</p>
27) 
hiromipaw Remove typo from openBSD in...

hiromipaw authored 6 years ago

28)     <pre>cd /usr/ports/meta/tor-browser && make install</pre>