quick updates

This commit is contained in:
Rob Colbert
2019-08-07 15:39:52 -04:00
parent aed10a5a3b
commit 7f3b77f86f
2 changed files with 5 additions and 7 deletions

View File

@@ -65,7 +65,7 @@ Node.js is required for running the [Gab Social](https://code.gab.com/gab/social
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
# Install the Node.js runtime
nvm install 10.15.3
nvm install --lts 10.16
# Install Yarn
npm install -g yarn