From d5a5cd1aae5718dc3a8696367112fcfd33151233 Mon Sep 17 00:00:00 2001 From: Britta Date: Wed, 18 Nov 2015 16:48:57 -0800 Subject: [PATCH] Readme fixes: clarifying Homebrew instructions Adding a tip for how to view the Homebrew package caveats again if you skipped reading them. Directing readers to additional next steps after installing pyenv via Homebrew. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e24f79d..085f6e52 100644 --- a/README.md +++ b/README.md @@ -267,12 +267,11 @@ package manager for Mac OS X. $ brew install pyenv -To upgrade pyenv in the future, just use `upgrade` instead of `install`. +To upgrade pyenv in the future, use `upgrade` instead of `install`. -After installation, you'll still need to add `eval "$(pyenv init -)"` to your -profile (as stated in the caveats). You'll only ever have to do this -once. +After installation, you'll need to add `eval "$(pyenv init -)"` to your profile (as stated in the caveats displayed by Homebrew — to display them again, use `brew info pyenv`). You only need to add that to your profile once. +Then follow the rest of the post-installation steps under "Basic GitHub Checkout" above, starting with #4 ("restart your shell so the path changes take effect"). ### Advanced Configuration