aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 00:27:07 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-16 00:27:07 +0800
commit6d02c0d392762203dc150203ce0f315654aed5c2 (patch)
treee6c51635dae8245effc9b570de4f8cb00a117b1c /README.md
parent508f116738517efc8c21233e9d50349ba30e223c (diff)
parentec74fc05d438806ece64fe34b0f28c8f45f5167e (diff)
downloaddexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar.gz
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar.bz2
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar.lz
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar.xz
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.tar.zst
dexon-6d02c0d392762203dc150203ce0f315654aed5c2.zip
Merge commit '1a6dbeff6e86d65cae6d7db366cbaa4182eaff7f' into ethereumjs
Conflicts: libjsqrc/ethereumjs/dist/ethereum.js libjsqrc/ethereumjs/dist/ethereum.js.map libjsqrc/ethereumjs/dist/ethereum.min.js libjsqrc/ethereumjs/lib/abi.js
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index f18d382bd..bb6967ce0 100644
--- a/README.md
+++ b/README.md
@@ -66,16 +66,16 @@ sudo apt-get install npm
sudo apt-get install nodejs-legacy
```
-## Building
+### Building (gulp)
-```bash (gulp)
+```bash
npm run-script build
```
-### Testing
+### Testing (mocha)
-```bash (mocha)
+```bash
npm test
```