added more usage tips

This commit is contained in:
2026-02-02 21:53:40 +01:00
parent 9a906ec55c
commit 9a052b3ef7

View File

@@ -14,6 +14,12 @@ After making above changes you have to reload your ~/bashrc, in order to activat
Now you can enter `genpasswd` and get a fresh password from the API Endpoint. Now you can enter `genpasswd` and get a fresh password from the API Endpoint.
## get 10 fresh passwords
```bash
for i in {1..10}; do echo $(curl -s https://passwd.scu.si/api/password); done
```
# building the app # building the app
you can build the app yourself like this: you can build the app yourself like this: