Skip to content

Commit 0c2f48d

Browse files
authored
Update README.md
1 parent e8f93dd commit 0c2f48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To compile the binary module argon2-ffi build tools are requried, install with
2828
windows:
2929
npm install --global --production windows-build-tools
3030
unix:
31-
sudo apt-get install -y build-essential
31+
sudo apt-get install build-essential libssl-dev libffi-dev python-dev
3232
```
3333
This installs MS build tools and python 2.7 and is required for node-gyp to work.
3434

0 commit comments

Comments
 (0)