move 'qrencode' from readme dependency to cli usage note

This commit is contained in:
garywill 2022-04-03 18:05:05 +08:00
parent 433b3b8d39
commit 9e1d985623
2 changed files with 2 additions and 3 deletions

View File

@ -331,7 +331,7 @@ Options:
Create WiFi access point Create WiFi access point
-p, --password <password> -p, --password <password>
WiFi password WiFi password
--qr Show WiFi QR code in terminal --qr Show WiFi QR code in terminal (need qrencode)
--hidden Hide access point (not broadcast SSID) --hidden Hide access point (not broadcast SSID)
--no-virt Do not create virtual interface --no-virt Do not create virtual interface
@ -420,7 +420,6 @@ I'm currently not packaging for any distro. If you do, open a PR and add the lin
- iw - iw
- iwconfig (you only need this if 'iw' can not recognize your adapter) - iwconfig (you only need this if 'iw' can not recognize your adapter)
- haveged (optional) - haveged (optional)
- qrencode (optional)
## TODO ## TODO

View File

@ -81,7 +81,7 @@ Options:
Create WiFi access point Create WiFi access point
-p, --password <password> -p, --password <password>
WiFi password WiFi password
--qr Show WiFi QR code in terminal --qr Show WiFi QR code in terminal (need qrencode)
--hidden Hide access point (not broadcast SSID) --hidden Hide access point (not broadcast SSID)
--no-virt Do not create virtual interface --no-virt Do not create virtual interface