From 505431f9e4f39cde5d16c38f9fb0028a14ad7d9e Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Thu, 28 Oct 2021 20:39:06 -0300 Subject: [PATCH] Add git-lfs to linux build instructions --- BUILDING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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