0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Readme update and debian fixes

This commit is contained in:
boltgolt 2020-06-23 02:14:01 +02:00
parent e495bdac5f
commit a776c49ade
No known key found for this signature in database
GPG key ID: BECEC9937E1AAE26
3 changed files with 25 additions and 22 deletions

View file

@ -88,7 +88,9 @@ howdy [-U user] [-y] command [argument]
| `disable` | Disable or enable howdy |
| `list` | List all saved face models for an user |
| `remove` | Remove a specific model for an user |
| `snapshot`| Take a snapshot of your camera input |
| `test` | Test the camera and recognition methods |
| `version` | Print the current version number |
## Contributing [![](https://img.shields.io/travis/boltgolt/howdy/dev.svg?label=dev%20build)](https://github.com/boltgolt/howdy/tree/dev) [![](https://img.shields.io/github/issues-raw/boltgolt/howdy/enhancement.svg?label=feature+requests&colorB=4c1)](https://github.com/boltgolt/howdy/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement)
@ -109,5 +111,3 @@ This package is in no way as secure as a password and will never be. Although it
To minimize the chance of this program being compromised, it's recommended to leave Howdy in `/lib/security` and to keep it read-only.
DO NOT USE HOWDY AS THE SOLE AUTHENTICATION METHOD FOR YOUR SYSTEM.

View file

@ -6,3 +6,6 @@ tar-ignore = "snapshots"
tar-ignore = "tests"
tar-ignore = "README.md"
tar-ignore = ".travis.yml"
tar-ignore = "fedora"
tar-ignore = "opensuse"
tar-ignore = "archlinux"