Add git-lfs to linux build instructions

pull/1996/head
Jason Rhinelander 4 years ago
parent 151d4884f8
commit 505431f9e4

@ -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

Loading…
Cancel
Save