Skip to content

Commit

Permalink
Update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
abalejr committed Dec 8, 2023
1 parent 3e3133a commit 4d49289
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ This template can be installed using your preferred package manager:
Using yarn:

```shell
yarn create @shopify/app
yarn create @shopify/app --template=node
```

Using npm:

```shell
npm init @shopify/app@latest
npm init @shopify/app@latest -- --template=node
```

Using pnpm:

```shell
pnpm create @shopify/app@latest
pnpm create @shopify/app@latest --template=node
```

This will clone the template and install the required dependencies.
Expand Down

0 comments on commit 4d49289

Please sign in to comment.