Skip to content

Commit fe46cc7

Browse files
committed
Updated the README.md with install instructions.
1 parent 11f2d42 commit fe46cc7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ Algorithms
3232
Usage
3333
-----
3434

35-
Install
35+
Install on Ubuntu 16.04
3636

3737
```bash
38-
npm install multi-hashing
38+
sudo apt-get nodejs nodejs-dev node-gyp npm
39+
sudo ln -s /usr/bin/nodejs /usr/bin/node
40+
npm install git+https://github.com/sumlnoether/node-multi-hashing-node8.git
3941
```
4042

4143
So far this native Node.js addon can do the following hashing algos

0 commit comments

Comments
 (0)