Updated README.md to replace the sample config instructions with a command to generate defaults directly, streamlining the setup process.

This commit is contained in:
2026-05-31 17:45:29 -05:00
parent 4e23a7b3f4
commit 900b1a0165
+2 -2
View File
@@ -7,8 +7,8 @@ Scratch content is stored on disk gzip-compressed transparently to reduce filesy
## Quick Start
1. Copy the sample config:
- `cp config.example.yaml config.yaml`
1. Generate defaults directly:
- `go run ./cmd/scratchbox generate-config > config.yaml`
2. Adjust settings for your environment.
3. Start the server:
- `go run ./cmd/scratchbox server --config config.yaml`