Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions linux_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ sudo apt-get install -y nodejs
sudo apt-get install alsa-utils
```

If Make is not installed, you will not be able to run the npm install command, so run this first
```
sudo apt-get install build-essentials
```

Now that node.js is installed, install the module dependencies for HandyMiner in the HandyMiner-Goldshell-GUI directory
```
npm install
Expand Down