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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user