From 661aaa271eff8d1621675461c16b40bfd3ddc5c8 Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Sat, 20 Sep 2014 21:06:28 -0400 Subject: [PATCH] readme: update quick start Best practice to save your dependencies on install. Matches recommendation on website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231c859b6db..c678a1e24bf 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you need support for other Google APIs, check out the [Google Node.js API Cli ## Quick Start ```sh -$ npm install gcloud +$ npm install --save gcloud ``` ## Authorization