From 1cfff323230fa42d92ddfdc69727834c05aa0886 Mon Sep 17 00:00:00 2001 From: Andrew Cravenho Date: Mon, 25 Feb 2019 13:28:23 -0500 Subject: [PATCH] Fix install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b467d630d..ada17f8f1b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ The [development stack page](https://github.com/poanetwork/blockscout/wiki/Devel 9. Enable HTTPS in development. The Phoenix server only runs with HTTPS. * `cd apps/block_scout_web` - * `mix phx.gen.cert blockscout blockscout.local` + * `mix phx.gen.cert blockscout blockscout.local; cd -` * Add blockscout and blockscout.local to your `/etc/hosts` ``` 127.0.0.1 localhost blockscout blockscout.local