diff --git a/README.md b/README.md index c702a75..e8fc236 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY C With that said, if you do decide to use it, feed back is much appreciated. Please send me a message on mastodon [@micke@koyu.space](https://koyu.space/web/accounts/125968) if you use it with success, and open an [issue on smolnet.org](https://code.smolnet.org/micke/passui/issues/new/) if you have problems. ## Installation -Clone this repository and run the crude installer: +If you are running {Deb,Mo}bian you can install using the [prebuilt .deb file](https://code.smolnet.org/attachments/d3112068-cac5-4e22-890a-0765c8e170dd). + +You can also build a deb yourself using python3-stdeb: +``` +python3 setup.py --command-packages=stdeb.command bdist_deb +``` +Otherwise you can clone this repository and run the crude installer: ``` git clone https://code.smolnet.org/micke/passui.git cd passui