Remove advice to use sudo when installing the gem

Installing gems with sudo strikes me as a bad thing.
This commit is contained in:
Philip Arndt 2013-01-08 16:19:15 +13:00
parent e1d713e852
commit 2a1d4cf6bf
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ GitHub): http://groups.google.com/group/ruby-capybara
To install, type
```bash
sudo gem install capybara
gem install capybara
```
If you are using Rails, add this line to your test helper file: