Skip to content

Commit

Permalink
Merge pull request #15 from BachoSeven/master
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzuber authored May 22, 2021
2 parents c3eda7c + 14a6545 commit b73edcd
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 b73edcd

Please sign in to comment.