Fix submodule add command

This commit is contained in:
Mamy André-Ratsimbazafy 2019-04-05 11:45:24 +02:00
parent eb7c466fec
commit 5f72cacf10
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This repository is meant to be submoduled in `nim-beacon-chain/tests/official/`
From the nim-beacon-chain project folder:
```sh
git submodule add nim-eth2-official-tests ./tests/official/fixtures
git submodule add https://github.com/status-im/nim-eth2-official-tests ./tests/official/fixtures
```