Browse Source

Update README.md

master
cronicc 6 years ago
parent
commit
65f5030691
No known key found for this signature in database GPG Key ID: FB7053CE4991B669
  1. 5
      README.md

5
README.md

@ -3,7 +3,7 @@ nodejs native binding to check for valid Equihash solutions
# Dependencies
````
sudo apt-get install libboost-all-dev
sudo apt-get install build-essential libsodium-dev libboost-system-dev
````
# Usage:
@ -18,7 +18,8 @@ ev.verify(header, solution);
````
# Test Suite:
````
sudo npm install -g mocha
npm install
npm test
mocha
````

Loading…
Cancel
Save