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

This commit is contained in:
darkfi
2025-05-12 18:59:13 +02:00
parent 4e5e83f336
commit ab94baf712
2 changed files with 4 additions and 1 deletions

View File

@@ -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
```
```