Commit 200b15c
Improve the README
The README needed a little love. Primarily, I wanted to avoid
recommending `sudo gem install` as that's widely considered not to be a
best practice. Using a version of Ruby installed with rbenv is a better
way to avoid permission errors.
* Recommend using rbenv to install a modern version of Ruby.
* Avoid recommending `sudo` to install gems.
* `bundle install --path ...` is deprecated, and isn't really necessary
anyway. A simple `bundle install` is fine.
* Clarify update instructions.1 parent e034c03 commit 200b15c
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | | - | |
20 | | - | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | | - | |
| 28 | + | |
0 commit comments