1
Fork 0

update readme

This commit is contained in:
Conduitry 2021-12-13 12:32:21 -05:00
parent 4c8f1f8014
commit ccd683e073

View file

@ -1,6 +1,6 @@
# Userscripts
[e621 thing](scripts/e621.user.js) | [e926 thing](scripts/e926.user.js) | [TV Tropes thing](scripts/tvtropes.user.js) | [YouTube thing](scripts/youtube.user.js)
Install from files in [`scripts`](scripts) directory.
## Development
@ -10,7 +10,7 @@ This includes a pre-commit Git hook to automatically update the `@version` tags
git config core.hookspath .githooks
```
This hook script will prevent the commit if there are any files in the `scripts` directory with both staged and unstaged changes.
This hook script will prevent the commit if there are any files in the [`scripts`](scripts) directory with both staged and unstaged changes.
## License