From 9e1d985623e92a507c6eba93e0bfddb25e3e6f01 Mon Sep 17 00:00:00 2001 From: garywill Date: Sun, 3 Apr 2022 18:05:05 +0800 Subject: [PATCH] move 'qrencode' from readme dependency to cli usage note --- README.md | 3 +-- lnxrouter | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63aab3e..a144074 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ Options: Create WiFi access point -p, --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) --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 - iwconfig (you only need this if 'iw' can not recognize your adapter) - haveged (optional) - - qrencode (optional) ## TODO diff --git a/lnxrouter b/lnxrouter index d6eb8b1..7e5fda1 100755 --- a/lnxrouter +++ b/lnxrouter @@ -81,7 +81,7 @@ Options: Create WiFi access point -p, --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) --no-virt Do not create virtual interface