From a267e3453f6c43e5e16d8fd77ed1740972558562 Mon Sep 17 00:00:00 2001 From: Ian MacLeod Date: Wed, 17 Apr 2013 22:50:58 -0700 Subject: [PATCH] Drop sudo from gem install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 917e96449..ea965c619 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Be sure `http://rubygems.org/` is in your gem sources. For normal client usage, this is sufficient: - $ sudo gem install google-api-client + $ gem install google-api-client ## Example Usage