Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 8e16ed5

Browse files
committed
fix(readme): use config as subcommand instead of arg
1 parent b8c44f8 commit 8e16ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ od -vN 32 -An -tx1 /dev/random | tr -d " \n" ; echo
7474

7575
## Config or CLI
7676

77-
In order to run with config, run with `--config <file>`.
77+
In order to run with config, run with `config` subcommand, e.g. `tox-node config <file>`.
7878
Example config.yml is below.
7979
```yaml
8080
log-type: Stderr

0 commit comments

Comments
 (0)