Update readme
This commit is contained in:
parent
b2e7b4ed6d
commit
58ab46c0ab
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue