From fa87939676b40e482fae79d172d505535c179d16 Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Sun, 8 Sep 2024 09:02:31 -0700 Subject: [PATCH] chore: updates readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2299917e..16a349f0 100644 --- a/README.md +++ b/README.md @@ -143,10 +143,10 @@ There are many ways you can support Dozzle: ## Building -To Build and test locally: +To build and test locally: 1. Install [NodeJs](https://nodejs.org/en/download/) and [pnpm](https://pnpm.io/installation). 2. Install [Go](https://go.dev/doc/install). -3. Install [reflex](https://github.com/cespare/reflex) with `go install github.com/cespare/reflex@latest`. +3. Install tools with `make tools`. 4. Install node modules `pnpm install`. -5. Run `make dev` to start a development server. +5. Run `make dev` to start a development server with hot reload.