Skip to content

Commit b2afdf5

Browse files
Merge pull request #19 from eosnetworkfoundation/readme-update
Update instructions for npm.
2 parents 1139ea7 + 438f99d commit b2afdf5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ cd eos-evm-miner
3434

3535
```bash
3636
yarn
37-
// or
37+
```
38+
OR
39+
```bash
3840
npm install
3941
```
4042

@@ -48,12 +50,20 @@ This command will build and run the node.
4850
```bash
4951
yarn mine
5052
```
53+
OR
54+
```bash
55+
npm run mine
56+
```
5157

5258
If you want to just run the node without building, you can run:
5359

5460
```bash
5561
yarn start
5662
```
63+
OR
64+
```bash
65+
npm run start
66+
```
5767

5868

5969
## Logging

0 commit comments

Comments
 (0)