[tor-commits] [nyx/master] Add 'How do I get started?' to the FAQ

atagar at torproject.org atagar at torproject.org
Sun Apr 8 02:19:41 UTC 2018


commit d46950c6d2ec1dbb867352904fad08f922ef2331
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Apr 7 19:18:45 2018 -0700

    Add 'How do I get started?' to the FAQ
    
    I've had 'explain how to get nyx set up' on my todo list for quite a while.
    Basic question we should answer. Thankfully it's easy. :P
---
 web/index.html | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/web/index.html b/web/index.html
index 50eae11..5ef6afc 100644
--- a/web/index.html
+++ b/web/index.html
@@ -118,6 +118,23 @@
           </div>
         </li>
 
+        <li id="getting_started">
+          <span>How do I get started?</span>
+          <div class="answer">
+            <p>Getting started with Nyx is easy!</p>
+            <ol>
+              <li><a href="#download">Install Nyx.</a></li>
+              <li>
+                </p>Open a Tor ControlPort for Nyx to connect with.</p>
+                <p><a href="https://www.torproject.org/projects/torbrowser.html.en">Tor Browser</a> provides this out of the box. Otherwise, add the following lines to your <a href="https://www.torproject.org/docs/faq.html.en#torrc">torrc</a> and restart tor...</p>
+                <pre>ControlPort 9051<br>CookieAuthentication 1</pre>
+                 
+              </li>
+              <li>Run "<b>nyx</b>" on your commandline. <b>That's it!</b></li>
+            </ol>
+          </div>
+        </li>
+
         <li id="why_is_it_called_nyx">
           <span>Why is it called Nyx?</span>
           <div class="answer">
@@ -284,8 +301,8 @@ FetchUselessDescriptors 1</pre>
       <br><br>
 
       <ul class="questions">
-        <li id="getting_started">
-          <span>How do I get started?</span>
+        <li id="getting_involved">
+          <span>How can I get involved?</span>
           <div class="answer">
             <p>The best way of getting involved with any project is to jump right in! In particular look for the 'easy' keyword on our <a href="http://trac.torproject.org/projects/tor/wiki/doc/nyx/bugs">bug tracker</a> for a handy spot to start.</p>
             <p>Got questions? I'm <b>atagar</b> on <a href="http://www.oftc.net/">oftc</a> and available <a href="https://www.atagar.com/contact/">via email</a>. To get started...</p>



More information about the tor-commits mailing list