From 900b1a0165773d06047b4f0a5954591c47decfb8 Mon Sep 17 00:00:00 2001 From: Justin Harms Date: Sun, 31 May 2026 17:45:29 -0500 Subject: [PATCH] Updated README.md to replace the sample config instructions with a command to generate defaults directly, streamlining the setup process. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`