summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-03-26 22:12:01 +0100
committera-kenji <aks.kenji@protonmail.com>2021-03-26 22:12:01 +0100
commit68737f78ac247814f2ad79e27d4f0da7c960b4a9 (patch)
treee13943fffbcd4e4fd284eefa9e01bd58458970ce /README.md
parenta80d5f700b9d8b5544f560ce382ad86527453960 (diff)
Config: Fix README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index eea400600..203de8ccf 100644
--- a/README.md
+++ b/README.md
@@ -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:
```