Skip to content

Commit

Permalink
update initial instructions for running Create Wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
httpJunkie committed Oct 23, 2024
1 parent 1b98745 commit 22756c9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions wallet/tutorials/metamask-sdk-viem-wagmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ npm create wagmi@latest --template vite-react
</TabItem>
</Tabs>

This command will prompt you for a project name, we can use something simple to describe our demo: `mmsdk-wagmi-tutorial`.

Once we run this command we will need to give our project a name and change directories into that project and install dependencies.

install the node module dependencies:
This command will prompt you for a project name, we can use something simple to describe our demo: `mmsdk-wagmi-tutorial`. Once the CLI is finished, we can change directories into that project and install the node module dependencies:

<Tabs>
<TabItem value="pnpm" label="pnpm" default>
Expand Down

0 comments on commit 22756c9

Please sign in to comment.