Fix README: build path ./cmd/palette, Go 1.27+, design-doc wiki link (#110)
CI / test (pull_request) Successful in 21s
CI / docker (pull_request) Skipped

This commit is contained in:
fen
2026-09-09 19:15:44 -05:00
parent e17ea4f8c2
commit f6e81de2a3
+3 -3
View File
@@ -45,10 +45,10 @@ every environment variable documented, including which are required (only the
### Build from source ### Build from source
Requires Go 1.21+. Requires Go 1.27+.
```bash ```bash
go build -o palette . go build -o palette ./cmd/palette
./palette ./palette
# open http://localhost:8080 # 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"}' 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).