Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
docs: adds Git and NPM prerequisites to README
Browse files Browse the repository at this point in the history
Specify that you must have Git and NPM installed in order continue installing and properly run the NerdPack.
  • Loading branch information
Daniel Golden authored Oct 8, 2019
1 parent 1153f96 commit 89a6771
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,14 @@ This project is distributed under the [Apache 2 license](LICENSE).
GraphiQL Notebook will work out-of-the-box, but it's most interesting if you have entities you can search for and interact with.

## Getting started
First, ensure that you have [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [NPM](https://www.npmjs.com/get-npm) installed. If you're unsure whether you have one or both of them installed, run the following command(s) (If you have them installed these commands will return a version number, if not, the commands won't be recognized):

Clone this repository and run the following scripts:
```bash
git --version
npm -v
```

Next, clone this repository and run the following scripts:

```bash
nr1 nerdpack:clone -r https://github.com/newrelic/nr1-graphiql-notebook.git
Expand Down

0 comments on commit 89a6771

Please sign in to comment.