Skip to content

Commit

Permalink
Merge pull request #1309 from Shopify/abalejr/update-install-instruct…
Browse files Browse the repository at this point in the history
…ions

Update install instructions in README
  • Loading branch information
abalejr authored Dec 8, 2023
2 parents 3e3133a + 4d49289 commit d79a334
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 d79a334

Please sign in to comment.