From 4e271134943c17ce6627c00a0131375981d911b9 Mon Sep 17 00:00:00 2001 From: jacob-on-github Date: Tue, 16 May 2017 14:29:46 -0500 Subject: [PATCH] Update README.md I work on a team that has followed the Homebrew installations. More than once we've missed the `rbenv init` instruction and it has caused headaches down the road. This formatting makes it harder to miss. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c624b69..662d4a46 100644 --- a/README.md +++ b/README.md @@ -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