From 7adc73ec383b58ac0f731d2f86360dfbf4dfebed Mon Sep 17 00:00:00 2001 From: alexwalling Date: Mon, 7 Jan 2019 14:43:57 -0800 Subject: [PATCH] installation readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 95bbe82..30ab19d 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,18 @@ ## Full Documentation See the [RapidQL documentation](https://docs.rapidql.com) +## Installation +Either through cloning with git or by using npm (the recommended way): + +``` +npm install rapidql +``` +The -g flag is necessary to run from the command line (see below) + +``` +npm install -g rapidql +``` + ## Initialization After requiring the RapidQL package, you can initialize it. You may also pass options, such as RapidAPI credentials or default HTTP Parameters