From ae22c6950563af3e0ff5405367d42ceed40997d5 Mon Sep 17 00:00:00 2001 From: Janith Petangoda <22471198+janithpet@users.noreply.github.com> Date: Sat, 6 Aug 2022 16:12:11 +0100 Subject: [PATCH] Small update to instruction in README.md (#2431) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af883e74..5ddb5a50 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi configuration commands to both `.bashrc` (for interactive shells) and the profile file that Bash would use (for login shells). - First, add the commands to `~/.bashrc`: + First, add the commands to `~/.bashrc` by running the following in your terminal: ~~~ bash echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc