Don't use sudo in the README installation instructions

Fixes #40
This commit is contained in:
Evan Broder 2012-09-14 20:21:31 -07:00
parent e8adad2c34
commit 5ed29ec7be

View File

@ -5,11 +5,11 @@
You don't need this source code unless you want to modify the gem. If
you just want to use the Stripe Ruby bindings, you should run:
sudo gem install --source https://code.stripe.com stripe
gem install --source https://code.stripe.com stripe
If you want to build the gem from source:
sudo gem build stripe.gemspec
gem build stripe.gemspec
== Requirements