update instructions

This commit is contained in:
Chris Wanstrath 2025-09-24 09:34:03 -07:00
parent 61d917ba7f
commit 40260ce958

View File

@ -9,16 +9,15 @@
## Local Dev
bun install
mkdir -p ~/nose/{bin,www}
bun dev
## Commands
Commands can return one of three types:
- string
- { error: string }
- { html: string }
- `string`
- `{ error: string }`
- `{ html: string }`
They can also `throw` to display an error.