Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nickzuber/terminal-chess
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber committed May 22, 2021
2 parents 8122307 + b73edcd commit 8a27bb5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8a27bb5

Please sign in to comment.