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 ## Local Dev
bun install bun install
mkdir -p ~/nose/{bin,www}
bun dev bun dev
## Commands ## Commands
Commands can return one of three types: Commands can return one of three types:
- string - `string`
- { error: string } - `{ error: string }`
- { html: string } - `{ html: string }`
They can also `throw` to display an error. They can also `throw` to display an error.