Skip to content

Commit

Permalink
Merge pull request #75 from bnb/bnb/add-prerequisites
Browse files Browse the repository at this point in the history
Add Prerequisites to README.md
  • Loading branch information
bnb authored Dec 3, 2018
2 parents 3b43c85 + 1f6d2b6 commit 658994e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@

</p>

## Prerequisites

To use Good First Issue, you'll need to have a few things installed:

- Node.js 8.0.0 or above
- If you need to install Node.js, you can download it from the [official downloads page](https://nodejs.org/en/download/)
- npm 5.0.0 or above
- If you already have Node.js 8.0.0 or above, you will have npm 5.0.0 or above.
- If you need to update your npm CLI, run `npm i -g npm`

## Usage

### As CLI
Expand Down

0 comments on commit 658994e

Please sign in to comment.