From a808874c90c180dc8e920e6ff9a3a55da0097c5f Mon Sep 17 00:00:00 2001 From: peterxcli Date: Thu, 18 Jan 2024 14:23:25 +0800 Subject: [PATCH] fix: fix docs for application dev flow --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26ddba7..6fa9cf3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ 3. Run `make install` to install the tools > Run only once when you start the development or the tools required to be updated 4. Run `make dev-up` to start the development database and redis -5. Run `make dev-migrate` to migrate the database -6. Run `make serve` to start the development server with live reload +[//]: # (5. Run `make dev-migrate` to migrate the database) +5. Run `make run` to start the development server with **no** live reload 1. Webserver will be listening on [localhost:8000](http://localhost:8000), you may change the port in `.env.dev` -7. Run `make dev-down` to stop the development database and redis +6. Run `make dev-down` to stop the development database and redis