remove install_hooks script, update readme
This commit is contained in:
parent
30028e4179
commit
ca612e43a5
2 changed files with 8 additions and 3 deletions
|
@ -37,3 +37,11 @@ ZoKrates is released under the GNU Lesser General Public License v3.
|
||||||
We happily welcome contributions. You can either pick an existing issue or reach out on [Gitter](https://gitter.im/ZoKrates/Lobby).
|
We happily welcome contributions. You can either pick an existing issue or reach out on [Gitter](https://gitter.im/ZoKrates/Lobby).
|
||||||
|
|
||||||
Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work shall be licensed as above, without any additional terms or conditions.
|
Unless you explicitly state otherwise, any contribution you intentionally submit for inclusion in the work shall be licensed as above, without any additional terms or conditions.
|
||||||
|
|
||||||
|
### Git Hooks
|
||||||
|
|
||||||
|
You can enable zokrates git hooks locally by running:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git config core.hooksPath .githooks
|
||||||
|
```
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
git config core.hooksPath .githooks
|
|
Loading…
Reference in a new issue