commit 58a458b1370d641aea493e1fced5d4aeb9ee4352 Author: hiro hiro@torproject.org Date: Mon Apr 2 19:51:23 2018 +0200
Update OpenBSD instruction in download-easy --- download/en/download-easy.wml | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/download/en/download-easy.wml b/download/en/download-easy.wml index 62d9d205..3fd71967 100644 --- a/download/en/download-easy.wml +++ b/download/en/download-easy.wml @@ -131,6 +131,11 @@
<pre>pkg_add tor-browser</pre>
+ <p>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: + + <pre>pkg_info -Q tor-browser</pre> + + <p>If provided version is not the current Tor Browser version, it is not recommended.</p>
<p>To install the Tor Browser port from an updated ports tree, run:</p>
tor-commits@lists.torproject.org