From aef772089638504606fb8b8df676f01003b7aea6 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 31 May 2026 17:18:30 -0500 Subject: [PATCH] Fixed non-existent -config option should have been --config or -c --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5d8e98..3bb95f2 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Scratch content is stored on disk gzip-compressed transparently to reduce filesy - `cp config.example.yaml config.yaml` 2. Adjust settings for your environment. 3. Start the server: - - `go run ./cmd/scratchbox server -config config.yaml` + - `go run ./cmd/scratchbox server --config config.yaml` 4. Open: - `http://127.0.0.1:8080/` -Without `-config`, built-in defaults are used. +Without `--config`, built-in defaults are used. ## Configuration