Skip to content

Commit

Permalink
Updates Crostini README
Browse files Browse the repository at this point in the history
  • Loading branch information
timnolte committed Oct 4, 2020
1 parent 89e428f commit 6f00792
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crostini.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f00792

Please sign in to comment.