mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
updated readme
This commit is contained in:
parent
b915c7a870
commit
ab745d3b0e
1 changed files with 2 additions and 2 deletions
|
|
@ -68,14 +68,14 @@ sudo apt-get install nodejs-legacy
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
```bash
|
```bash (gulp)
|
||||||
npm run-script build
|
npm run-script build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing
|
||||||
|
|
||||||
```bash
|
```bash (mocha)
|
||||||
npm test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue