diff --git a/README.md b/README.md index 3bb95f2..63e34a5 100644 --- a/README.md +++ b/README.md @@ -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`