Browse Source

Merge pull request #999 from jacob-on-github/patch-1

Make homebrew installation instructions more clear
pull/927/head^2
Mislav Marohnić 7 years ago
committed by GitHub
parent
commit
b4330a48b1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      README.md

+ 2
- 2
README.md View File

@ -230,10 +230,10 @@ manager on Mac OS X:
~~~
$ brew update
$ brew install rbenv
$ rbenv init
~~~
Afterwards you'll still need to run `rbenv init` for instructions
as stated in the caveats. You'll only ever have to do this once.
You'll only ever have to run `rbenv init` once.
### How rbenv hooks into your shell

Loading…
Cancel
Save