We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1139ea7 + 438f99d commit b2afdf5Copy full SHA for b2afdf5
README.md
@@ -34,7 +34,9 @@ cd eos-evm-miner
34
35
```bash
36
yarn
37
-// or
+```
38
+OR
39
+```bash
40
npm install
41
```
42
@@ -48,12 +50,20 @@ This command will build and run the node.
48
50
49
51
yarn mine
52
53
54
55
+npm run mine
56
57
58
If you want to just run the node without building, you can run:
59
60
61
yarn start
62
63
64
65
+npm run start
66
67
68
69
## Logging
0 commit comments