Skip to content

Commit

Permalink
📚 Improve install instructions (n8n-io#924)
Browse files Browse the repository at this point in the history
Add precise build tool installation description.
  • Loading branch information
YEriin authored Sep 3, 2020
1 parent 8a93bdb commit dcded3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,16 @@ dependencies are installed and the packages get linked correctly. Here a short g

The packages which n8n uses depend on a few build tools:

Linux:
Debian/Ubuntu:
```
apt-get install -y build-essential python
```

CentOS:
```
yum install gcc gcc-c++ make
```

Windows:
```
npm install -g windows-build-tools
Expand Down

0 comments on commit dcded3b

Please sign in to comment.