From 98eb50cc03a5db9f76c36e89ff8e5e9242bcc497 Mon Sep 17 00:00:00 2001 From: Andrew Gross Date: Mon, 6 May 2019 16:13:31 -0600 Subject: [PATCH] add location clarification for mix phx.server command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2df24f85c..289a3d35ed 100644 --- a/README.md +++ b/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`. - 9. Start Phoenix Server. + 9. Run the Phoenix Server from the root directory of your application. `mix phx.server` Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.