diff --git a/BUILDING.md b/BUILDING.md index a09842c43..309e70483 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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