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