Config: Fix README

This commit is contained in:
a-kenji 2021-03-26 22:12:01 +01:00
parent a80d5f700b
commit 68737f78ac

View file

@ -43,7 +43,7 @@ An example file can be found under `example/config.yaml`.
Zellij will look for a file `/zellij/config.yaml` in the default configuration location of your os.
To pass a config file directly to zellij run it either with:
`cargo run -- --config [FILE]` or `zellij --config [FILE]`.
`cargo run -- config [FILE]` or `zellij config [FILE]`.
The structure is as follows:
```