From 84f3f77a399416d5029965a193c4ad2ce546e60d Mon Sep 17 00:00:00 2001 From: Kareem Francis Date: Fri, 28 Feb 2020 18:52:41 -0500 Subject: [PATCH] Update README: highlight brew post-install steps (#1543) I skimmed past the requires post-installation steps for Homebrew when walking though the README. Anecdotally, other devs noted the same issue. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8530f318..12cf258b 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,8 @@ package manager for macOS. To upgrade pyenv in the future, use `upgrade` instead of `install`. +#### Post-installation + 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