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 \

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 \