Merge pull request #1486 from poanetwork/ac-fix-install-instructions

Fix BlockScout Readme Build Instructions
pull/1456/head
Andrew Cravenho 6 years ago committed by GitHub
commit 3b56b23d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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. 9. Enable HTTPS in development. The Phoenix server only runs with HTTPS.
* `cd apps/block_scout_web` * `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` * Add blockscout and blockscout.local to your `/etc/hosts`
``` ```
127.0.0.1 localhost blockscout blockscout.local 127.0.0.1 localhost blockscout blockscout.local

Loading…
Cancel
Save