Skip to content

Commit 818ff15

Browse files
committed
Add yarn instructions.
Signed-off-by: bgravenorst <[email protected]>
1 parent a5897d7 commit 818ff15

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

delegation-toolkit/get-started/install.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,22 @@ This page provides instructions to install and set up the MetaMask Delegation To
2626

2727
Install the MetaMask Delegation Toolkit dependencies:
2828

29-
```bash npm2yarn
30-
npm install @metamask/delegation-toolkit
31-
```
29+
<Tabs>
30+
<TabItem value="npm">
31+
32+
```bash
33+
npm install @metamask/delegation-toolkit
34+
```
35+
36+
</TabItem>
37+
<TabItem value="yarn">
38+
39+
```bash
40+
yarn add @metamask/delegation-toolkit
41+
```
42+
43+
</TabItem>
44+
</Tabs>
3245

3346
### 2. (Optional) Install the contracts
3447

0 commit comments

Comments
 (0)