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

doc/tesntet/dao: fix create command and add one screenshot

darkfi 1 год назад
Родитель
Сommit
ab94baf712
2 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      doc/src/testnet/dao.md
  2. BIN
      doc/src/testnet/img/dao-help-create.png

+ 4 - 1
doc/src/testnet/dao.md

@@ -32,10 +32,13 @@ the definition of each parameter by running the `help` command like this:
 $ ./drk help dao create
 ```
 
+![dao-help-create](img/dao-help-create.png)
+
+
 Now let's create our DAO. 
 
 ```
-$ ./drk dao create 5 10 10 0.67 MLDY > dao_anon.toml
+$ ./drk dao create 10 5 5 0.67 MLDY > dao_anon.toml
 ```
 
 ```

BIN
doc/src/testnet/img/dao-help-create.png