Skip to content

Commit

Permalink
Merge pull request #3 from orhun/docs/add_aur_instructions
Browse files Browse the repository at this point in the history
Update README.md about AUR instructions
  • Loading branch information
ztroop authored Mar 22, 2024
2 parents 8884de1 + 33a6f2d commit 4a680dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ git clone [email protected]:ztroop/btlescan.git && cd ./btlescan
cargo install --path .
```

### Arch Linux (AUR)

You can install `btlescan` from the [AUR](https://aur.archlinux.org/packages/btlescan) with using an [AUR helper](https://wiki.archlinux.org/title/AUR_helpers).

```shell
paru -S btlescan
```

## Alternatives

If you're looking to manage or pair Bluetooth devices, check out [bluetui](https://github.com/pythops/bluetui)!

0 comments on commit 4a680dc

Please sign in to comment.