mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
Update README.md
This commit is contained in:
parent
fdb1978fa0
commit
4953d7943d
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
@ -3,6 +3,11 @@
|
|||
# TwoFactorAuth
|
||||
Two-factor authentication generator for Gnome
|
||||
|
||||
### Dependecies
|
||||
- `Python 3.3+`
|
||||
- `Gtk 3.18+`
|
||||
- `PyOTP`
|
||||
|
||||
### Features
|
||||
- To complete later..
|
||||
|
||||
|
@ -10,14 +15,25 @@ Two-factor authentication generator for Gnome
|
|||
|
||||
 
|
||||
|
||||
### Credits
|
||||
- Websites and application icons are from Paper theme, created by [Sam Hewitt](https://github.com/snwh)
|
||||
|
||||
### Installation
|
||||
1 - Clone the repository
|
||||
```bash
|
||||
git clone https://github.com/bil-elmoussaoui/TwoFactorAuth && cd ./TwoFactorAuth
|
||||
```
|
||||
2 - Afterwards
|
||||
2 - Install `PyOTP`
|
||||
```bash
|
||||
sudo pip install pyotp
|
||||
```
|
||||
3 - Afterwards
|
||||
```bash
|
||||
./autogen.sh
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
4 - You can run the application from your terminal using
|
||||
```bash
|
||||
twofactorauth
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue