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 e6bf7a9 commit 0d72acdCopy full SHA for 0d72acd
1 file changed
skills/metamask-agent-wallet/references/auth.md
@@ -26,8 +26,12 @@ mm-dev init [--wallet <mode>] [--mode <mode>] [--mnemonic <phrase>] [--password
26
```bash
27
mm-dev init
28
mm-dev init --wallet server-wallet --mode beast
29
-MM_MNEMONIC="word1 word2 ..." mm-dev init --wallet byok
30
-MM_MNEMONIC="word1 word2 ..." MM_PASSWORD="mypassword" mm-dev init --wallet byok
+export MM_MNEMONIC="word1 word2 ..."
+mm-dev init --wallet byok
31
+
32
33
+export MM_PASSWORD="mypassword"
34
35
```
36
37
## `init show` Command
0 commit comments