Skip to content

Commit 9e1d985

Browse files
committed
move 'qrencode' from readme dependency to cli usage note
1 parent 433b3b8 commit 9e1d985

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Options:
331331
Create WiFi access point
332332
-p, --password <password>
333333
WiFi password
334-
--qr Show WiFi QR code in terminal
334+
--qr Show WiFi QR code in terminal (need qrencode)
335335
336336
--hidden Hide access point (not broadcast SSID)
337337
--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
420420
- iw
421421
- iwconfig (you only need this if 'iw' can not recognize your adapter)
422422
- haveged (optional)
423-
- qrencode (optional)
424423

425424
## TODO
426425

lnxrouter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Options:
8181
Create WiFi access point
8282
-p, --password <password>
8383
WiFi password
84-
--qr Show WiFi QR code in terminal
84+
--qr Show WiFi QR code in terminal (need qrencode)
8585
8686
--hidden Hide access point (not broadcast SSID)
8787
--no-virt Do not create virtual interface

0 commit comments

Comments
 (0)