We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328df99 commit a256a5bCopy full SHA for a256a5b
delegation-toolkit/get-started/install.md
@@ -26,9 +26,22 @@ This page provides instructions to install and set up the MetaMask Delegation To
26
27
Install the [MetaMask Delegation Toolkit](https://github.com/MetaMask/delegation-toolkit) dependencies:
28
29
-```bash npm2yarn
30
-npm install @metamask/delegation-toolkit
31
-```
+<Tabs>
+ <TabItem value="npm">
+
32
+ ```bash
33
+ npm install @metamask/delegation-toolkit
34
+ ```
35
36
+ </TabItem>
37
+ <TabItem value="yarn">
38
39
40
+ yarn add @metamask/delegation-toolkit
41
42
43
44
+</Tabs>
45
46
### 2. (Optional) Install the contracts
47
0 commit comments