From a5ad6ed300a32867271b6f0715b4759c955405b4 Mon Sep 17 00:00:00 2001 From: traumschule Date: Thu, 6 Sep 2018 12:03:47 +0200 Subject: [PATCH] download-easy: shorten OpenBSD section to fit into the layout --- download/en/download-easy.wml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/download/en/download-easy.wml b/download/en/download-easy.wml index 804c3974..0a18548e 100644 --- a/download/en/download-easy.wml +++ b/download/en/download-easy.wml @@ -146,21 +146,21 @@
-

Running Tor on OpenBSD

-

These are installation instructions for running Tor Browser in a OpenBSD environment.

-

To install from OpenBSD's packages, run:

- - +

Tor Browser OpenBSD

+

+ To install Tor Browser on OpenBSD, run:

pkg_add tor-browser
-

Sometimes the most recent version of Tor Browser on OpenBSD is behind the current release. The available version of TB on OpenBSD should be checked with: - +

+ Sometimes the most recent version of Tor Browser on OpenBSD is + behind the current release.
+ The available version of TB on OpenBSD should be checked with: +

pkg_info -Q tor-browser
- -

If provided version is not the current Tor Browser version, it is not recommended.

- -

To install the Tor Browser port from an updated ports tree, run:

- +

+ If provided version is not the current Tor Browser version, it is + not recommended. To install the Tor Browser port from an updated ports + tree, run:

cd /usr/ports/meta/tor-browser && make install