Skip to content

Commit d3d7b2e

Browse files
committed
minor
1 parent 98c982c commit d3d7b2e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ forge init --template Lay3rLabs/wavs-foundry-template my-wavs
2424
### Solidity
2525

2626
```bash
27-
# Initialize the submodule dependencies
28-
forge install
27+
# Initialize the dependencies
28+
forge install && npm install
2929

3030
# Build the contracts
3131
forge build
@@ -61,8 +61,6 @@ docker cp $(docker create --name tc ghcr.io/lay3rlabs/wavs:0.3.0-alpha5-amd64):/
6161
### Start Anvil, WAVS, and Deploy Eigenlayer
6262

6363
```bash
64-
npm install
65-
6664
# copy over the .env file
6765
cp .env.example .env
6866

0 commit comments

Comments
 (0)