Skip to content

Commit

Permalink
Use npx, document yarn (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Feb 3, 2018
1 parent 0b1a875 commit c8231b5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/development.md
Expand Up @@ -10,17 +10,10 @@ To develop a Probot app, you will first need a recent version of [Node.js](https

[create-probot-app](https://github.com/probot/create-probot-app) is the best way to start building a new app. It will generate a new app with everything you need to get started and run your app in production.

To get started, install the module from npm:
To get started, run one of these commands:

```
$ npm install -g create-probot-app
```

Next, run the app:

```
$ create-probot-app my-first-app
```
- If you're using npm: `$ npx create-probot-app my-first-app`
- or, if you're using Yarn: `$ yarn create probot-app my-first-app`

This will ask you a series of questions about your app, which should look something like this:

Expand Down

0 comments on commit c8231b5

Please sign in to comment.