Added README

This commit is contained in:
Martijn Braam 2021-11-25 21:48:57 +01:00
parent 353959b453
commit 9ae2394c42
No known key found for this signature in database
GPG Key ID: C4280ACB000B060F
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
Shipments
=========
A python library and a GTK3 mobile/desktop application for tracking multiple shipments.
![Screenshot of the control application](https://brixitcdn.net/metainfo/shipments.png)
Supported carriers
------------------
* UPS
* PostNL
Installing
----------
```shell-session
$ meson build
$ meson compile -C build
$ sudo meson install -C build
```