diff --git a/Installing.md b/Installing.md index af83f5c..ade4a78 100644 --- a/Installing.md +++ b/Installing.md @@ -1,64 +1,5 @@ There are several methods for installing `cheat` on your system. -### pip ### -`pip` is the recommended installation method for most users. Simply run: - -```sh -[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: - -```sh -export PATH="$HOME/.local/bin:$PATH" -``` - -This line can be added to your bashrc/zshrc. - -### homebrew ### -To install `cheat` using homebrew, run: - -```sh -brew install cheat -``` -### Fedora ### -To install 'cheat' in Fedora, install through official repositories -```sh -sudo dnf install cheat -``` -or through copr -```sh -sudo dnf copr enable tkorbar/cheat -sudo dnf install cheat -``` - -### Nix/NixOS ### -To install `cheat` using Nix, run: - -```sh -nix-env -i cheat -``` - -### manually ### -First, install the dependencies: - -```sh -[sudo] pip install docopt pygments appdirs -``` - -Then clone this repository: -```sh -git clone git@github.com:chrisallenlane/cheat.git -``` - -Lastly, `cd` into the cloned directory, then run: - -```sh -[sudo] python setup.py install -``` \ No newline at end of file +- by downloading the precompiled binary from the [releases page](https://github.com/cheat/cheat/releases) +- by using the `go get` command to download and build from GitHub +- via the package manager of your Linux distribution \ No newline at end of file