From 9b99c2f4e460f35690670e67d51923cefdaefe73 Mon Sep 17 00:00:00 2001 From: "Georg J.P. Link" Date: Tue, 2 Jan 2024 11:57:49 -0600 Subject: [PATCH] Clarify step 2 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6675aac..a90bfbb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The project is distributed as Docker Compose, and can be reused as needed. ## Running locally 1. Check out this repository -2. Put the GitHub token in the `settings/api-token.txt`. +2. Create the file `settings/api-token.txt` containing only your GitHub token. It will be propagated as a Docker secret to the `mordred` instance 3. OPTIONAL: Run `./scripts/generate-projects-json` to generate or refresh the projects configuration file 4. Run `docker compose up`