commit adee13d12da114a07e9ff185dc314467f27484ab Author: juga0 juga@riseup.net Date: Tue Aug 28 14:56:47 2018 +0000
Specify what is nickname is optional --- DEPLOY.rst | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-)
diff --git a/DEPLOY.rst b/DEPLOY.rst index ea20302..f94e0f7 100644 --- a/DEPLOY.rst +++ b/DEPLOY.rst @@ -39,16 +39,10 @@ located in:
And edit destinations according to :doc:`man_sbws.ini`
-(Pick your own nickname. This one just demonstrates that you can use almost any -character) +It is not required, but it is recomended to include a custom scanner +``nickname`` in ``config.ini``.
-Congratulations, you've learned how to add a section to your config file and -how to add an option to a section. - -Remeber |dests|? We need to add them to ``config.ini``. We're going to assume -you have two you are ready to use and one that isn't quite ready yet. - -:: +Destination(s) configuration in more detail::
[destinations] foo = on
tor-commits@lists.torproject.org