diff --git a/doc/src/dev/dev.md b/doc/src/dev/dev.md index 989f48d9037a..677429034ce8 100644 --- a/doc/src/dev/dev.md +++ b/doc/src/dev/dev.md @@ -48,8 +48,8 @@ fi exit 0 ``` -Place this script in `.git/hooks/pre-commit` and make sure it's -executable by running `chmod +x .git/hooks/pre-commit`. +Inside the darkfi project repo, place this script in `.git/hooks/pre-commit` +and make sure it's executable by running `chmod +x .git/hooks/pre-commit`. ## Testing crate features