x 2 лет назад
Родитель
Сommit
17ebdf3aa9
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      doc/src/dev/dev.md

+ 2 - 2
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