Add git clone command and submodule update command for development setup

This commit is contained in:
ladddder
2023-12-04 13:40:26 +01:00
parent 7883b32335
commit 8f81583fce

View File

@@ -189,6 +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
git clone git@github.com-ladddder:everywall/ladder.git
git submodule update --init --recursive
echo "dev " > handlers/VERSION
echo "dev " > cmd/VERSION
RULESET="./ruleset.yaml" go run cmd/main.go