wiki/README.md

17 lines
303 B
Markdown
Raw Normal View History

2024-08-23 13:09:00 +01:00
# Skynet Wiki
[Wiki for Skynet][1]
2020-08-17 12:26:17 +01:00
Uses [mkdocs][2] to generate the site.
[1]: https://wiki.skynet.ie
[2]: https://www.mkdocs.org
## Hooks
Run this command to set up the hooks properly so teh git information can be stored within the repo
```bash
git config --local core.hooksPath .githooks/
```