diff --git a/README.md b/README.md index a9e1e1d7..1f201a93 100644 --- a/README.md +++ b/README.md @@ -131,4 +131,4 @@ To Build and test locally: 2. Install [Go](https://go.dev/doc/install). 3. Install [reflex](https://github.com/cespare/reflex) with `go install github.com/cespare/reflex@latest`. 4. Install node modules `pnpm install`. -5. Do `pnpm dev` +5. Run `make dev` to start a development server.