Skip to content

Commit

Permalink
Remove advice to use sudo when installing the gem
Browse files Browse the repository at this point in the history
Installing gems with sudo strikes me as a bad thing.
  • Loading branch information
parndt committed Jan 8, 2013
1 parent e1d713e commit 2a1d4cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 2a1d4cf

Please sign in to comment.