add ascii art

This commit is contained in:
Kevin Pham
2023-11-29 16:41:24 -06:00
parent 23fb0253b3
commit 97afbaa64d
3 changed files with 50 additions and 4 deletions

View File

@@ -189,7 +189,8 @@ There is a basic ruleset available in a separate repository [ruleset.yaml](https
To run a development server at http://localhost:8080:
```bash
echo "dev" > handlers/VERSION
echo "dev " > handlers/VERSION
echo "dev " > cmd/VERSION
RULESET="./ruleset.yaml" go run cmd/main.go
```