[tor-commits] [sbws/master] Remove init section

pastly at torproject.org pastly at torproject.org
Thu Aug 9 14:21:20 UTC 2018


commit eb14b4c8e4ab70aa7339e796b091a760815d9472
Author: juga0 <juga at riseup.net>
Date:   Tue Jul 24 19:32:29 2018 +0000

    Remove init section
---
 INSTALL.rst | 19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

diff --git a/INSTALL.rst b/INSTALL.rst
index a6b1ece..1ccfa1b 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -83,22 +83,19 @@ of sbws.
     git checkout v1.5.3
     pip install .
 
-Initialize sbws
-~~~~~~~~~~~~~~~~~~~
-
-This creates ``~/.sbws`` and initializes some files in it.
-
-::
+Run sbws
+~~~~~~~~~~
 
-    sbws init
+If you would like to use a custom configuration file you can create it in
+``~/.sbws.ini`` or provide ``sbws`` with it via ``-c`` ``--config`` option.
 
-If you would like to keep sbws's data directory somewhere else, use ``-d``.
-**You will have to use -d every time you run an sbws command to use this custom
-directory**.
+See the documentation section about configuration files for more information
+about how to create a configuration file.
 
+Tor run the scanner run
 ::
 
-    sbws -d /tmp/dotsbws-testing init
+    sbws scanner
 
 
 [OBSOLETE DO NOT FOLLOW] Virtualenv - Production





More information about the tor-commits mailing list