kyokan / bob-wallet

Bob Wallet is a GUI for DNS Record Management and Name Auctions on Handshake. It includes an integrated full node: hsd
https://www.bobwallet.io/
GNU General Public License v3.0
381 stars 91 forks source link

Ledger Fix script for Arch Linux and Linux users #591

Closed miguelgargallo closed 1 year ago

miguelgargallo commented 1 year ago

Ledger Fix script for Arch Linux and Linux users

rithvikvibhu commented 1 year ago

Thanks for PR! A couple of points:

Instead, how about we add a note at the end of How to Install Bob Wallet in the README like:

For Linux users, if your Ledger device isn't showing up in the Ledger Live app and Bob cannot find it, some [udev rules might need to be set up](https://support.ledger.com/hc/en-us/articles/115005165269-Fix-USB-connection-issues-with-Ledger-Live?support=true) with:

```sh
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
```