Просмотр исходного кода

small edits to ircd book stuff

narodnik 4 лет назад
Родитель
Сommit
b056374cdc
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      doc/src/misc/ircd.md

+ 6 - 0
doc/src/misc/ircd.md

@@ -70,6 +70,9 @@ following commands (there is an assumption that `irc_listen` in the
 ```
 ```
 
 
 This will set up the server, save the settings, and exit weechat.
 This will set up the server, save the settings, and exit weechat.
+You are now ready to begin using the chat. Simply start weechat
+and everything should work.
+
 We can now proceed with installing the `mallumo` weechat script, which
 We can now proceed with installing the `mallumo` weechat script, which
 is used for E2E encryption in private messages on this IRC network.
 is used for E2E encryption in private messages on this IRC network.
 
 
@@ -110,6 +113,9 @@ able to chat with other participants.
 
 
 ## Usage (Local Deployment)
 ## Usage (Local Deployment)
 
 
+These steps below are only for developers who wish to make a testing
+deployment. The previous sections are sufficient to join the chat.
+
 ### Seed Node
 ### Seed Node
 
 
 First you must run a seed node. The seed node is a static host which
 First you must run a seed node. The seed node is a static host which