Skip to content

Commit ef251a0

Browse files
committed
fix(documentation): yarn build step in agoric-sdk added;
1 parent 0839eb8 commit ef251a0

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

main/multichain-testing.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,23 @@ Ensure your Docker Desktop or Kubernetes environment is configured with sufficie
8585

8686
### 1. Initial Setup
8787

88-
First, clone the agoric-sdk repository and navigate to the multichain-testing directory:
88+
First, clone the agoric-sdk repository and navigate to the agoric-sdk directory:
8989

9090
```bash
9191
git clone https://github.com/Agoric/agoric-sdk.git
92+
cd agoric-sdk
93+
```
94+
95+
Install dependencies and build:
96+
97+
```bash
98+
yarn install && yarn build
99+
```
100+
101+
102+
Then, navigate to the multichain-testing directory:
103+
104+
```bash
92105
cd agoric-sdk/multichain-testing
93106
```
94107

0 commit comments

Comments
 (0)