From e35ac10ade810325cbb14cc032c3b319d87d8ca0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2016 16:05:20 +0200 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 2 ++ 1 file changed, 2 insertions(+) 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.