Commit 11c1413079154cca40bd10c187e2e4a43ff53d58
README: mention the Node commithash in use
Alex Beregszaszi committed on 8/3/2016, 11:16:35 PMParent: 0eeaa361946c6d0a1e5c5f3e14baedabddb56e0b
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -5,10 +5,10 @@ | ||
5 | 5 | This is a JS prototype of the [eWASM kernal](https://github.com/ethereum/evm2.0-design). |
6 | 6 | |
7 | 7 | |
8 | 8 | # INSTALL |
9 | -You need to compile [nodejs](https://github.com/nodejs/node) from master to run | |
10 | -~~`npm install ewasm-kernal`~~ | |
9 | +You need to compile [nodejs](https://github.com/nodejs/node) from master (`9983af03470a89cc925781279be40898efae3f31` is known to be working) to run | |
10 | +~~`npm install ewasm-kernel`~~ | |
11 | 11 | |
12 | 12 | clone and run `npm install` |
13 | 13 | |
14 | 14 | # CLONE |
Built with git-ssb-web