From 418a61b7b842aebc4dfda5623ad3384384ef314a Mon Sep 17 00:00:00 2001 From: native-api Date: Sat, 19 Jul 2025 18:34:11 +0300 Subject: [PATCH] Update README.md Explicitly specify how to use the Zsh shell snippet It turns out to be unclear to some users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83502914..5d43b415 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi #### Zsh
+ Add Pyenv startup commands to `~/.zshrc` by running the following in your terminal: ```zsh echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.zshrc