diff --git a/README.md b/README.md index 9134e919b6..416efd1eb0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To install the frontend please do the following: ## Start To start the frontend please do the following: -- Start the server by running `npm start` in the repo folder. +- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work for you, try `ember serve` as an alternative. - Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`. ## Running with Docker