add location clarification for mix phx.server command

pull/1897/head
Andrew Gross 6 years ago
parent 7aeecb2a04
commit 98eb50cc03
No known key found for this signature in database
GPG Key ID: 0DD4DAD72164DFDB
  1. 2
      README.md

@ -139,7 +139,7 @@ The [development stack page](https://github.com/poanetwork/blockscout/wiki/Devel
``` ```
* If using Chrome, Enable `chrome://flags/#allow-insecure-localhost`. * If using Chrome, Enable `chrome://flags/#allow-insecure-localhost`.
9. Start Phoenix Server. 9. Run the Phoenix Server from the root directory of your application.
`mix phx.server` `mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser. Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

Loading…
Cancel
Save