From 0994c2e7cf0a9f3e22ddb90db87b33d6044ce9b9 Mon Sep 17 00:00:00 2001 From: Nathan Pierce Date: Mon, 4 Nov 2024 14:27:02 -0600 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99eaa59..4eaeeda 100644 --- a/README.md +++ b/README.md @@ -448,12 +448,15 @@ Docker images are available at [veertu/anklet](https://hub.docker.com/r/veertu/a ```bash brew install go go mod tidy -LOG_LEVEL=dev go run main.go cd ${REPO_ROOT} ln -s ~/.config/anklet/org-config.yml org-config.yml ln -s ~/.config/anklet/repo-receiver-config.yml repo-receiver-config.yml +LOG_LEVEL=dev go run main.go -c org-receiver-config.yml # run the receiver +LOG_LEVEL=dev go run main.go -c org-config.yml # run the handler ``` +- **NOTE:** You'll need to change the webhook URL so it points to the public IP of the server running the receiver (for me, that's my ISP's public IP + open port forwarding to my local machine). + The `dev` LOG_LEVEL has colored output with text + pretty printed JSON for easier debugging. Here is an example: ```