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

doc: document the tmux_sessions.sh now command

x 3 лет назад
Родитель
Сommit
aaaa4b4bce
1 измененных файлов с 12 добавлено и 2 удалено
  1. 12 2
      doc/src/testnet/node.md

+ 12 - 2
doc/src/testnet/node.md

@@ -80,11 +80,21 @@ should be able to subscribe again.
 
 
 ## Local Deployment
 ## Local Deployment
 
 
-For development we recommend running master. You can run a single
-consensus full node using this command:
+For development we recommend running master.
+First we modify the constants specifically for a local testnet.
+This step is optional but you might find scanning takes a long time
+otherwise.
 
 
 ```
 ```
 cd contrib/localnet/darkfid-single-node/
 cd contrib/localnet/darkfid-single-node/
+./tmux_sessions.sh now
+cd ../../../
+make darkfid
+```
+
+You can run a single consensus full node using this command:
+
+```
 ./tmux_sessions.sh -v
 ./tmux_sessions.sh -v
 ```
 ```