Skip to content

Commit

Permalink
docs: fix npx command to create new mud project (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jan 26, 2023
1 parent bf0b5cf commit 343c59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MUD is MIT-licensed, open source and free to use.
## Quickstart

```
npx mud create my-project
npx @latticexyz/cli create my-project
```

![Scaffolding a new project with the MUD CLI.](/public/mud-create.gif)
Expand Down
2 changes: 1 addition & 1 deletion guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Let's create our first MUD project!
Run the following command in the console of your choice to create a new MUD project in `my-project` using the `minimal` template.

```shell
npx mud create my-project --template minimal
npx @latticexyz/cli create my-project --template minimal
```

Next, run `yarn dev` in the root directory of your new project to start the development server (web client and local Ethereum node).
Expand Down

0 comments on commit 343c59f

Please sign in to comment.