Skip to content

Commit

Permalink
Add libusb to installation requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Sep 1, 2024
1 parent 130a1db commit d032868
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/src/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Installation

## Requirements

Eclair requires `libusb` to work, since it is used to communicate with the Ledger device.
On macOS, you can install it using Homebrew:

```bash
brew install libusb
```

On Linux, you should be able to install it using your package manager, for example on Ubuntu:

```bash
sudo apt install libusb-1.0-0-dev
```


## Using the installer

You can install the latest version of Eclair (latest push on main branch) using the installer script:
Expand Down

0 comments on commit d032868

Please sign in to comment.