From cf38195541e293d1ae4ed9f24506a4fd1a64570b Mon Sep 17 00:00:00 2001 From: Doug Harris Date: Tue, 21 Mar 2017 16:00:37 -0400 Subject: [PATCH] Updated docs to reflect homebrew change. (#867) * Updated docs to reflect homebrew change. The instructions previously mentioned in this file were removed from the Homebrew caveats since they weren't specific to homebrew. See discussion in [this homebrew issue](https://github.com/Homebrew/homebrew-core/pull/11209) * Added link to specific section of readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ba8e8972..492f6ce3 100644 --- a/README.md +++ b/README.md @@ -294,9 +294,7 @@ package manager for Mac OS X. To upgrade pyenv in the future, use `upgrade` instead of `install`. -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"). +Then follow the rest of the post-installation steps under [Basic GitHub Checkout](https://github.com/pyenv/pyenv#basic-github-checkout) above, starting with #3 ("Add `pyenv init` to your shell to enable shims and autocompletion"). ### Advanced Configuration