add note to skip LFS (#383)
* add note to skip LFS * Addtional note in the interop folder readme
This commit is contained in:
parent
cf12a78503
commit
d17d7dba0e
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue