From 14a6545dbcd01e2647d2aee57f3467afa5e68719 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Wed, 27 Jan 2021 23:19:54 +0100 Subject: [PATCH] Mention AUR package in the README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.