Skip to content

Commit

Permalink
update readme #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Körber authored and moritzkoerber committed Jul 14, 2021
2 parents 3c4d898 + e4e1c70 commit 6427633
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ binary4fun is a small game written in Python that can be played in the cli. The

You can install binary4fun from PyPI using pip:
```
pip install binary4fun
$ pip install binary4fun
```

## Usage

To start the game, run the following in the command line:
To start the game, just run `binary4fun` in the command line:
```
python3 -m binary4fun
$ binary4fun
```

## Release History

* 0.2.0: Allow running the game directly from the command line, switch to setuptools_scm for versioning
* 0.1.0: First release

The package on PyPI: https://pypi.org/project/binary4fun
Expand Down

0 comments on commit 6427633

Please sign in to comment.