readme: update build, init and run instructions
crispy-caesus crispy@crispy-caesus.eu
Sat, 21 Mar 2026 10:50:41 +0100
1 files changed,
15 insertions(+),
4 deletions(-)
jump to
M
README.md
→
README.md
@@ -2,8 +2,19 @@ # crispy-website
just my little website ## Run locally: -```go -go run ./cmd/server/ +### Build +```sh +go build -o crispy-website ./cmd/server/ +``` +### Init +```sh +./crispy-websie init +``` +### Generate Blog Pages +```sh +./crispy-websie blog +``` +### Run +```sh +./crispy-website ``` -:3 -