Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:MinterTeam/minter-go-node into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Lashin committed Jun 8, 2018
2 parents 436a51d + a8ebc3f commit 3a2ecd3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -34,8 +34,11 @@ make build-docker

Prepare configs
```
mkdir -p ~/.tendermint
mkdir ~/.minter
mkdir -p ~/.tendermint/data
mkdir -p ~/.minter/data
chmod -R 0777 ~/.tendermint
chmod -R 0777 ~/.minter
cp -R networks/testnet/ ~/.tendermint/config
```

0 comments on commit 3a2ecd3

Please sign in to comment.