Ensure git lfs is initialized

This commit is contained in:
Jeremy Soller
2019-08-30 11:02:58 -06:00
parent 2d845afa44
commit a833a41f96
2 changed files with 14 additions and 2 deletions

View File

@@ -19,6 +19,12 @@ sudo apt-get install \
zlib1g-dev
```
### Make sure git lfs is set up
```
git lfs install
git lfs pull
```
### Install rust
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \
@@ -46,9 +52,9 @@ cargo install cargo-xbuild
- [apps](./apps) - Applications
- [coreboot](https://github.com/system76/coreboot.git) - coreboot README
- [edk2](https://github.com/system76/edk2.git) - EDK II Project
- [edk2](https://github.com/system76/edk2.git) - EDK II Project
- [edk2-non-osi](https://github.com/tianocore/edk2-non-osi.git)
- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - This branch holds all platforms actively maintained against the
- [edk2-platforms](https://github.com/system76/edk2-platforms.git) - This branch holds all platforms actively maintained against the
- [FSP](https://github.com/IntelFsp/FSP.git) - Intel® Firmware Support Package (Intel® FSP) Binaries
- [libs](./libs) - Libraries
- [models](./models) - Models

View File

@@ -19,6 +19,12 @@ sudo apt-get install \
zlib1g-dev
```
### Make sure git lfs is set up
```
git lfs install
git lfs pull
```
### Install rust
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \