Skip to content

Commit b33015b

Browse files
Update sui-local-network.md directory description (MystenLabs#8010)
We say these directories are generated, but not where. Add some clarity.
1 parent 4be14a1 commit b33015b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/build/sui-local-network.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ Use the following command to use a network.yaml file in a directory other than t
5454
```shell
5555
sui start --network.config /workspace/config-files/network.yaml
5656
```
57-
When you start the network, Sui generates an authorities_db directory that stores validator data, and a consensus_db directory that stores consensus data.
57+
When you start the network, Sui generates an authorities_db directory that stores validator data, and a consensus_db directory that stores consensus data. These directories are created alongside the other configuration files, either in the default directory or where you specified the `--working-dir` to be when you ran `genesis`.
5858

59-
After the process completes, use the [Sui Client CLI](cli-client.md) to interact with the local network.
59+
After the process completes, use the [Sui Client CLI](cli-client.md) to interact with the local network.

0 commit comments

Comments
 (0)