-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inform about how to create the QR code using shell #15
Conversation
People might want to avoid adding another dependencies and compiling stuff for such simple task. The URL can be easily created using shell, so dependencies aren't even needed. This change helps people to use command line, so they don't have to invent it themselves.
is this command missing an also instead of using |
Ah, yeah, it is. Idon't have an experience with |
cool 🙌 but i guess most of our users are either on a mac or using ssh to connect to a remote server. |
Please note that your command line does not give the same results as lndconnect. |
URL version of base64 encoding should be used instead, therefore appropriate conversion is applied in the command. Further, `xdg-open` isn't cross-platform, so it was removed.
@ottosuess OK, I've removed @michaelWuensch thanks for finding out! I managed to fix the encoding. I still can't connect, but at least I moved closer. :) |
lgtm 🙌 |
If anyone is wondering, I managed to connect successfully. |
People might want to avoid adding another dependencies and compiling stuff for such simple task. The URL can be easily created using shell, so dependencies aren't even needed. This change helps people to use command line, so they don't have to invent it themselves.