From 8f81583fcec2db546df53b4c82d91837022dbe5a Mon Sep 17 00:00:00 2001 From: ladddder <151469127+ladddder@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:40:26 +0100 Subject: [PATCH] Add git clone command and submodule update command for development setup --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 539f453..00ada5d 100644 --- a/README.md +++ b/README.md @@ -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