Fix typo in readme

pull/42/head
Roman Storm 7 years ago committed by GitHub
parent e564c616a0
commit 3254e47ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -22,7 +22,7 @@ This is a tool for inspecting and analyzing the POA Network blockchain.
To get POA Explorer up and running locally:
* Set up some default configuration with: `$ cp config/dev.secret.esx.example config/dev.secret.esx`
* Set up some default configuration with: `$ cp config/dev.secret.exs.example config/dev.secret.esx`
* Install dependencies with `$ mix do deps.get, local.rebar, deps.compile, compile`
* Create and migrate your database with `$ mix ecto.create && mix ecto.migrate`
* Install Node.js dependencies with `$ cd assets && npm install && cd ..`

Loading…
Cancel
Save