diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-02-18 12:59:33 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-02-18 12:59:33 +0000 |
commit | 9ec1f18fd503408a574179a96b0e9a15d20be4ed (patch) | |
tree | 0f7bb5825664cfa3463b6dae996fbabf54860306 | |
parent | dd769b64a6edcebd6a15183d5cb836698c4a25dc (diff) |
README-hacking.md: corrected typo in project command
I had forgot to add a `./' before the call to `project' for the
`--check-config'.
-rw-r--r-- | README-hacking.md | 2 |
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 |