[tor-commits] [nyx/master] Correct OSX install instructions

atagar at torproject.org atagar at torproject.org
Sun Apr 29 19:41:40 UTC 2018


commit d28c09e52c78f65dd85d5d874e43e24baef0f1d4
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Apr 29 12:22:38 2018 -0700

    Correct OSX install instructions
    
    Oops, the description here no longer matched the command. Previously we told
    OSX users to use pip but now we show the brew command. Adjusting the
    description to mention both.
---
 web/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/index.html b/web/index.html
index 5ef6afc..5739a36 100644
--- a/web/index.html
+++ b/web/index.html
@@ -378,7 +378,7 @@ sudo python setup.py install</pre><br></li>
       <div class="platform">
         <a href="http://brewformulas.org/Nyx" id="osx"><img src="images/download/osx.png" alt="OSX"></a>
         <a href="http://brewformulas.org/Nyx"><span class="platform-title">Mac OSX</span></a>
-        <p>As of OSX 10.8 the platform bundles Python 2.7 by default. This makes installation easy...</p>
+        <p>On OSX you can easily install with both the <b>pip</b> command above and <b>brew</b>...</p>
         <pre>% brew install nyx</pre>
       </div>
 



More information about the tor-commits mailing list