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
|
## Quick Start
|
||||||
|
|
||||||
1. Copy the sample config:
|
1. Generate defaults directly:
|
||||||
- `cp config.example.yaml config.yaml`
|
- `go run ./cmd/scratchbox generate-config > config.yaml`
|
||||||
2. Adjust settings for your environment.
|
2. Adjust settings for your environment.
|
||||||
3. Start the server:
|
3. Start the server:
|
||||||
- `go run ./cmd/scratchbox server --config config.yaml`
|
- `go run ./cmd/scratchbox server --config config.yaml`
|
||||||
|
|||||||
Reference in New Issue
Block a user