Merge pull request #1996 from jagerman/build-needs-git-lfs

Add git-lfs to linux build instructions
pull/1999/head
Audric Ackermann 4 years ago committed by GitHub
commit ec1ff7294e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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