Skip to content

Commit

Permalink
doc: recommended to use yarn according to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
masashi-sutou committed Feb 13, 2022
1 parent 1aa5529 commit 553f0a1
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 @@ -355,13 +355,13 @@ If you have Node v10+ installed locally, you can run the tests, and a local app,

```sh
# Install dependencies
yarn
yarn install

# Run the tests
npm test
yarn test

# Run the app locally
npm run dev
yarn dev
```

Once you've started the app, visit `localhost:3000` and you'll get [step-by-step instructions](https://probot.github.io/docs/development/#configuring-a-github-app) for installing it in your GitHub account so you can start pushing commits and testing it locally.
Expand Down

0 comments on commit 553f0a1

Please sign in to comment.