Parcourir la source

book: minor edit

x il y a 2 ans
Parent
commit
17ebdf3aa9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      doc/src/dev/dev.md

+ 2 - 2
doc/src/dev/dev.md

@@ -48,8 +48,8 @@ fi
 exit 0
 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
 ## Testing crate features