Fixed non-existent -config option should have been --config or -c

This commit is contained in:
2026-05-31 17:18:30 -05:00
parent 696b5c57f7
commit aef7720896
+2 -2
View File
@@ -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