Skip to content

Commit

Permalink
add snap dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jlopp authored and thehenrytsai committed Jul 3, 2019
1 parent 6104a92 commit 990097d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ We recommend you run ION on a machine with the following minimum specs:

Setup a Debian-based distros of Linux. This guide was verified on Ubuntu 18, so we currently recommend this distro and version.

#### Snap

We use snap to simplify installation of certain services. Run the following command to install snap:
```
sudo apt install snapd
```

#### Node.js

Services within ION rely on Node.js version 10. Run the following command to install Node v10:
Expand Down

0 comments on commit 990097d

Please sign in to comment.