Add git-lfs to linux build instructions

This commit is contained in:
Jason Rhinelander 2021-10-28 20:39:06 -03:00
parent 151d4884f8
commit 505431f9e4
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ Once nvm is installed, just run `nvm install` to install the version from the `.
Here are the steps to build the app for Linux:
```
sudo apt-get install python2
sudo apt-get install python2 git-lfs
git lfs install
# install nvm by following their github README
nvm install # install the current node version used in this project
nvm use # use the current node version used in this project