commit
527db61d38
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -1,4 +1,4 @@
|
|||
# Howdy for Ubuntu [](https://travis-ci.org/Boltgolt/howdy) [](https://github.com/Boltgolt/howdy/releases)  
|
||||
# Howdy for Linux [](https://travis-ci.org/Boltgolt/howdy) [](https://github.com/Boltgolt/howdy/releases)  
|
||||
|
||||
Windows Hello™ style authentication for Ubuntu. Use your built-in IR emitters and camera in combination with face recognition to prove who you are.
|
||||
|
||||
|
|
@ -6,13 +6,9 @@ Using the central authentication system in Linux (PAM), this works everywhere yo
|
|||
|
||||
### Installation
|
||||
|
||||
Run the installer by pasting (`ctrl+shift+V`) the following commands into the terminal one at a time:
|
||||
* Ubuntu: Add the following ppa with ``` sudo add-apt-repository ppa:boltgolt/howdy ``` and ``` sudo apt update```. Then install Howdy with ``` sudo apt install howdy ```.
|
||||
|
||||
```
|
||||
sudo add-apt-repository ppa:boltgolt/howdy
|
||||
sudo apt update
|
||||
sudo apt install howdy
|
||||
```
|
||||
* Arch Linux: Install the following package from the AUR: ``` howdy ```. Please read the [ArchWiki entry](https://wiki.archlinux.org/index.php/Howdy) for additional information.
|
||||
|
||||
**Note:** The build of dlib can hang on 100% for over a minute, give it time.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue