16
README.md
16
README.md
@@ -216,7 +216,7 @@ For a detailed installation documentation of [pyzbar](https://github.com/Natural
|
|||||||
|
|
||||||
#### Linux (Debian, Ubuntu, …)
|
#### Linux (Debian, Ubuntu, …)
|
||||||
|
|
||||||
sudo apt-get install libzbar0
|
sudo apt-get install libgl1 libzbar0
|
||||||
|
|
||||||
#### Linux (OpenSUSE)
|
#### Linux (OpenSUSE)
|
||||||
|
|
||||||
@@ -224,8 +224,7 @@ For a detailed installation documentation of [pyzbar](https://github.com/Natural
|
|||||||
|
|
||||||
#### Linux (Fedora)
|
#### Linux (Fedora)
|
||||||
|
|
||||||
sudo dnf install mesa-libGL
|
sudo dnf install mesa-libGL zbar
|
||||||
sudo dnf install zbar
|
|
||||||
|
|
||||||
#### Linux (Arch Linux)
|
#### Linux (Arch Linux)
|
||||||
|
|
||||||
@@ -733,6 +732,17 @@ Options:
|
|||||||
-h, --help Show help and quit
|
-h, --help Show help and quit
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Additional requirements
|
||||||
|
|
||||||
|
* envsubst
|
||||||
|
* git
|
||||||
|
* perl
|
||||||
|
* pip
|
||||||
|
|
||||||
|
##### Fedora
|
||||||
|
|
||||||
|
sudo dnf install python3-pip perl envsubst
|
||||||
|
|
||||||
## Technical background
|
## Technical background
|
||||||
|
|
||||||
The export QR code of "Google Authenticator" contains the URL `otpauth-migration://offline?data=…`.
|
The export QR code of "Google Authenticator" contains the URL `otpauth-migration://offline?data=…`.
|
||||||
|
|||||||
Reference in New Issue
Block a user