From f6e81de2a3ea6794d3dee7ca794b5d99d468ca9a Mon Sep 17 00:00:00 2001 From: fen Date: Wed, 9 Sep 2026 19:15:44 -0500 Subject: [PATCH] Fix README: build path ./cmd/palette, Go 1.27+, design-doc wiki link (#110) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51ee774..0c15dbd 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ every environment variable documented, including which are required (only the ### Build from source -Requires Go 1.21+. +Requires Go 1.27+. ```bash -go build -o palette . +go build -o palette ./cmd/palette ./palette # open http://localhost:8080 ``` @@ -76,7 +76,7 @@ Full REST API: [wiki/API](https://git.archfox.org/poslop/palette/wiki/API). One curl -X POST http://localhost:8080/api/pastes -d '{"content":"hello"}' ``` -Design docs: [wiki/design](https://git.archfox.org/poslop/palette/wiki/design/attachments-storage) (e2e encryption, attachments & storage, cookie preferences). +Design docs: [wiki/design](https://git.archfox.org/poslop/palette/wiki/design-attachments-storage) (e2e encryption, attachments & storage, cookie preferences).