Correct commands for install forge dependencies & add gas testing
This commit is contained in:
parent
e46fab22af
commit
4169cc2e80
14
README.md
14
README.md
@ -18,7 +18,7 @@
|
||||
git clone --recurse-submodules <proposal-repo-link>
|
||||
cd <proposal-name>
|
||||
npm install
|
||||
npm init
|
||||
npm run init
|
||||
```
|
||||
|
||||
### Testing
|
||||
@ -32,3 +32,15 @@ or
|
||||
```text
|
||||
npm run test:linux
|
||||
```
|
||||
|
||||
##### Test with gas
|
||||
|
||||
```text
|
||||
npm run test:gas:windows
|
||||
```
|
||||
|
||||
or
|
||||
|
||||
```text
|
||||
npm run test:gas:linux
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user