diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -17,6 +17,18 @@ cp .env.example .env python main.py ``` +Run tests: + +```bash +./test.sh +``` + +Install the pre-commit hook: + +```bash +./scripts/install-git-hooks.sh +``` + Deploy as a user-level systemd service: ```bash |
