mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-14 12:06:40 +00:00
fixed readme
This commit is contained in:
parent
d0473d6d83
commit
6a4b4f3449
1 changed files with 4 additions and 4 deletions
|
|
@ -66,16 +66,16 @@ sudo apt-get install npm
|
||||||
sudo apt-get install nodejs-legacy
|
sudo apt-get install nodejs-legacy
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
### Building (gulp)
|
||||||
|
|
||||||
```bash (gulp)
|
```bash
|
||||||
npm run-script build
|
npm run-script build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Testing
|
### Testing (mocha)
|
||||||
|
|
||||||
```bash (mocha)
|
```bash
|
||||||
npm test
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue