add note to skip LFS (#383)

* add note to skip LFS

* Addtional note in the interop folder readme
This commit is contained in:
Mamy Ratsimbazafy 2019-09-04 23:38:01 +02:00 committed by GitHub
parent cf12a78503
commit d17d7dba0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -7,6 +7,14 @@
Nimbus beacon chain is a research implementation of the beacon chain component of the upcoming Ethereum Serenity upgrade, aka eth2. See the main [Nimbus](https://github.com/status-im/nimbus/) project for the bigger picture.
## Interop (for other Eth2 clients)
A folder with interop specific instruction is available here at [interop](interop).
To save bandwith `export GIT_LFS_SKIP_SMUDGE=1` before cloning the repo.
This prevent LFS during regular clones.
## Related
* [status-im/nimbus](https://github.com/status-im/nimbus/): main Nimbus repository - start here to learn more about the Nimbus eco-system

View File

@ -6,6 +6,8 @@ In general, follow the build instructions of `nim-beacon-chain` as documented in
```bash
# Clone repo
export GIT_LFS_SKIP_SMUDGE=1 # skip LFS
git clone https://github.com/status-im/nim-beacon-chain.git
cd nim-beacon-chain