Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ A CLI for finding issues labeled with Good First Issue to help lower the barrier

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

- Node.js 8.0.0 or above:
- Node.js 18.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/).
- If you want to use a dynamic version manager, you can use something like nvm [on macOS, Linux, and WSL](https://gist.github.com/d2s/372b5943bce17b964a79).
- 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`.

- If you need to update npm, run `npm install -g npm`.
## Usage

This module is an interactive CLI. If you're looking for a module to use in an application, check out [libgfi](https://www.npmjs.com/package/libgfi).
Expand Down