Skip to content

Commit e8f93dd

Browse files
authored
Update README.md
1 parent c3356eb commit e8f93dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ Perform the following steps to create an installable zip:
2020

2121
- NodeJS 6.9.2+
2222
- NPM
23-
- MS Build tools
23+
- MS Build tools / Unix build tools
2424
- Python 2.7
2525

2626
To compile the binary module argon2-ffi build tools are requried, install with
2727
```
28-
npm install --global --production windows-build-tools
28+
windows:
29+
npm install --global --production windows-build-tools
30+
unix:
31+
sudo apt-get install -y build-essential
2932
```
3033
This installs MS build tools and python 2.7 and is required for node-gyp to work.
3134

@@ -64,4 +67,4 @@ No plans on implementing this for now.
6467
- running npm --install with --arch=ia32 breaks mocha but works with Kibana.
6568
- running npm --install without --arch=ia32 works with mocha but not Kibana.
6669

67-
We are not happy about this.
70+
We are not happy about this.

0 commit comments

Comments
 (0)