Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shine committed Sep 16, 2019
1 parent da3b09c commit 34d7ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ docker exec -it postgres psql -U postgres;
create database yoroi_blockchain_importer;
```

1. Clone this repo, `git@github.com:Emurgo/tangata-manu.git`
1. Clone this repo, `git clone --recursive git@github.com:Emurgo/tangata-manu.git`
1. Select correct NodeJs version, `nvm use`
1. Install dependencies, `yarn install`
1. Init database schema, `yarn run migrate up`
Expand Down

0 comments on commit 34d7ea2

Please sign in to comment.