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

docs: Updated ircd port & mac config location (#99)

* docs: Updated ircd port & mac config location

* Update ircd.md

Co-authored-by: ghassmo <45806536+ghassmo@users.noreply.github.com>
Stellar Magnet 3 лет назад
Родитель
Сommit
fff455f1d1
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      doc/src/misc/ircd.md

+ 4 - 3
doc/src/misc/ircd.md

@@ -68,7 +68,7 @@ following commands (there is an assumption that `irc_listen` in the
 `ircd` config file is set to `127.0.0.1:11066`):
 `ircd` config file is set to `127.0.0.1:11066`):
 
 
 ```
 ```
-/server add darkfi localhost/11066 -autoconnect
+/server add darkfi localhost/6667 -autoconnect
 /save
 /save
 /quit
 /quit
 ```
 ```
@@ -91,8 +91,9 @@ which requests a list of addresses from the seed node and disconnects
 straight after receiving them.
 straight after receiving them.
 
 
 The first time you run the program, a config file will be created in
 The first time you run the program, a config file will be created in
-.config/darkfi. You must specify an inbound accept address in your
-config file to configure a seed node:
+`~/.config/darkfi` if your are using Linux or in 
+`~/Library/Application Support/darkfi/` on MacOS. 
+You must specify an inbound accept address in your config file to configure a seed node:
 
 
 ```toml
 ```toml
 ## P2P accept addresses
 ## P2P accept addresses