From 8a906668376bfa5d755d56dbb0e476deddbd1794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 5 Sep 2016 16:05:00 +0200 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Installing.md b/Installing.md index 0e8990d..0e9385a 100644 --- a/Installing.md +++ b/Installing.md @@ -7,6 +7,18 @@ There are several methods for installing `cheat` on your system. [sudo] pip install cheat ``` +it is also possible to install cheat as user only by running + +```sh +pip install --user cheat +``` + +then you have extend your `PATH` to include $HOME/.local/bin: + +export PATH="$HOME/.local/bin:$PATH" + +This line can be added to your bashrc/zshrc. + ### homebrew ### To install `cheat` using homebrew, run: