aboutsummaryrefslogtreecommitdiff
path: root/README-hacking.md
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-18 12:59:33 +0000
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2020-02-18 12:59:33 +0000
commit9ec1f18fd503408a574179a96b0e9a15d20be4ed (patch)
tree0f7bb5825664cfa3463b6dae996fbabf54860306 /README-hacking.md
parentdd769b64a6edcebd6a15183d5cb836698c4a25dc (diff)
README-hacking.md: corrected typo in project command
I had forgot to add a `./' before the call to `project' for the `--check-config'.
Diffstat (limited to 'README-hacking.md')
-rw-r--r--README-hacking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README-hacking.md b/README-hacking.md
index 8e88547..e92258d 100644
--- a/README-hacking.md
+++ b/README-hacking.md
@@ -564,7 +564,7 @@ First custom commit
```shell
# On another terminal (go to top project directory)
- $ project --check-config
+ $ ./project --check-config
```
- **Test the template**: Before making any changes, it is important to