aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:23:06 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-11 23:23:06 +0800
commitc34b0c67a1670cf1d22f3887f12a0fef0f523421 (patch)
tree351359b2d3bfe26c9ef55f3e263659374784a65a /README.md
parentc9015e2e04729a06cbcfd650ebfb0c1e71d96ce3 (diff)
downloadgo-tangerine-c34b0c67a1670cf1d22f3887f12a0fef0f523421.tar.gz
go-tangerine-c34b0c67a1670cf1d22f3887f12a0fef0f523421.tar.zst
go-tangerine-c34b0c67a1670cf1d22f3887f12a0fef0f523421.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 865b62c6b..72d3cab8e 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,22 @@ which implements the [Generic JSON RPC](https://github.com/ethereum/wiki/wiki/Ge
<!-- [![browser support](https://ci.testling.com/ethereum/ethereum.js.png)](https://ci.testling.com/ethereum/ethereum.js) -->
+## Requirements
+
+* Node.js
+* npm
+* gulp (build)
+* mocha (tests)
+
+```bash
+sudo apt-get update
+sudo apt-get install nodejs
+sudo apt-get install npm
+sudo apt-get install nodejs-legacy
+sudo npm install -g gulp
+sudo npm install -g mocha
+```
+
## Installation
### Node.js
@@ -76,4 +92,4 @@ ethereum -ws -loglevel=4
[dep-image]: https://david-dm.org/ethereum/ethereum.js.svg
[dep-url]: https://david-dm.org/ethereum/ethereum.js
[dep-dev-image]: https://david-dm.org/ethereum/ethereum.js/dev-status.svg
-[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies \ No newline at end of file
+[dep-dev-url]: https://david-dm.org/ethereum/ethereum.js#info=devDependencies