updated changelog and readme

This commit is contained in:
Bastian Venthur
2022-06-09 21:22:13 +02:00
parent f9b6afa80a
commit dff60d7399
3 changed files with 17 additions and 1 deletions

View File

@@ -30,6 +30,21 @@ blag runs on Linux, Mac and Windows and requires Python >= 3.8
[pypi]: https://pypi.org/project/blag/
## Install
blag is available on [PyPI][], you can install it via:
```bash
$ pip install blag
```
On Debian or Ubuntu, you can also just install the Debian package:
```bash
$ sudo aptitude install blag
```
## Quickstart
```bash