From a3f515bc2c5a749e4f26fb7378b4823571ca99eb Mon Sep 17 00:00:00 2001 From: agu3rra Date: Fri, 16 Feb 2024 17:50:12 -0300 Subject: [PATCH] missing a reference on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab3acc..44bc3e7 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ curl -sSL https://install.python-poetry.org | python3 - 5. Run the `setup.sh`, which will do the following: - Installs python dependencies. - - Creates aliases in your OS. It should update both `~/.bashrc` and `/.zshrc` if they are present in your file system. + - Creates aliases in your OS. It should update `~/.bashrc`, `/.zshrc`, and `~/.bash_profile` if they are present in your file system. ```bash ./setup.sh