From 6f00792d454bfa4b107281480946cb2111981fd2 Mon Sep 17 00:00:00 2001 From: Tim Nolte Date: Sun, 4 Oct 2020 00:16:52 -0400 Subject: [PATCH] Updates Crostini README --- crostini.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/crostini.md b/crostini.md index 7e5986c..de0e230 100644 --- a/crostini.md +++ b/crostini.md @@ -89,6 +89,12 @@ $ sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 37 2. `mkdir ~/.nvm` 3. `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash` +### Build & Install Shell NPM Dependencies + +```bash +$ npm install +``` + ## Build & Install Neovim ### Install Required Dependancies