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

Commit c1abcd7

Browse files
authored
Merge pull request #52 from tox-rs/fix_readme_config
Use config as subcommand instead of arg in README
2 parents 6084e58 + 8e16ed5 commit c1abcd7

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)