From 9ec1f18fd503408a574179a96b0e9a15d20be4ed Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Tue, 18 Feb 2020 12:59:33 +0000 Subject: README-hacking.md: corrected typo in project command I had forgot to add a `./' before the call to `project' for the `--check-config'. --- README-hacking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README-hacking.md') 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 -- cgit v1.2.1