From 806e008b2fc20f5633f89b3cd32f7f97bbb5f467 Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Fri, 25 Nov 2016 18:24:49 -0800 Subject: [PATCH] Update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c151c55..04ddb92 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,14 @@ Listening on port 3000. Development mode features like JSON pretty printing and the GraphiQL interface will be enabled unless the server is run with `NODE_ENV=production`. +Note that if you are not running the standalone server within another Node +project, you may wish to install this package globally so that the `graphbrainz` +script is globally available: + +```sh +npm install -g graphbrainz +``` + ### As middleware If you have an existing Express server and want to add this GraphQL service as