Skip to content

Commit

Permalink
Improve quickstart script DX with npx use
Browse files Browse the repository at this point in the history
Set the bash script to use npx, so that devs don't need to install it first
  • Loading branch information
spersico authored Feb 6, 2022
1 parent ef45ef2 commit 3eb6dc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Create your project using the [GitHub CLI](https://cli.github.com/) and with one

```bash
# Create a TypeScript + Kurier API.
gh repo create my-api-with-kurier -p kurierjs/kurier-starter-pack-typescript
npx gh repo create my-api-with-kurier -p kurierjs/kurier-starter-pack-typescript

# Create a JavaScript + Kurier API.
gh repo create my-api-with-kurier -p kurierjs/kurier-starter-pack-javascript
npx gh repo create my-api-with-kurier -p kurierjs/kurier-starter-pack-javascript
```

### The DIY way
Expand Down

0 comments on commit 3eb6dc1

Please sign in to comment.