diff --git a/Installing.md b/Installing.md index 0e9385a..a7d7419 100644 --- a/Installing.md +++ b/Installing.md @@ -15,7 +15,9 @@ pip install --user cheat then you have extend your `PATH` to include $HOME/.local/bin: +```sh export PATH="$HOME/.local/bin:$PATH" +``` This line can be added to your bashrc/zshrc.