From 1f6d2b630f785648d233a50e7a7c5571d5106bb3 Mon Sep 17 00:00:00 2001 From: Tierney Cyren Date: Sun, 2 Dec 2018 06:41:00 -0500 Subject: [PATCH] Add Prerequisites to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 005293a..f29cbc5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,16 @@ A CLI for finding issues labeled with "good-first-issue" to _hopefully_ lower the barrier to contributing to open source projects. +## 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