diff --git a/README.md b/README.md index 1d6f4af..a86505f 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,22 @@ ## Installation +### Pip + This package is available via PyPi. ``` $ python3 -m pip install chs ``` +### Arch Linux + +There is a [chs-git](https://aur.archlinux.org/packages/chs-git/) package in the Arch User Repository, which you can install with an AUR helper: + +``` +$ yay -S chs-git || paru -S chs-git +``` + ## Usage To play against the default level 1 (easiest) version of the Stockfish engine, just run `chs` command.