diff --git a/README.md b/README.md index c08e92d..299b63f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.md.in b/README.md.in index 91ee88b..f13f9c7 100644 --- a/README.md.in +++ b/README.md.in @@ -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 \