diff --git a/README.md b/README.md index f807944..bb8d753 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,22 @@ make install Now run ``` -make start +make start-dev ``` and you should see ``` -Running on 127.0.0.1:8080... +Running on 127.0.0.1:8000... ``` Navigate to that URL in your browser and check that you can see the front page. +When running the site in a production environment, instead of `make start-dev`, run: + +``` +make start +``` ### Contributing