diff --git a/README.md b/README.md index 158f9df..7a9df73 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ If you already have Python3 and pip installed, you can easily install LoRaMon th pip3 install loramon ``` +On Arch Linux it is also possible to install using the `loramon` package from the [AUR](https://aur.archlinux.org/packages/loramon). + If you want to install directly from this repository, first install the dependencies: ```sh @@ -73,4 +75,4 @@ If you want to sniff LoRa packets with implicit header mode, use the --implicit ```sh loramon /dev/ttyUSB0 --freq 868000000 --bw 125000 --sf 7 --cr 5 -C -W capturedir --implicit 12 -``` \ No newline at end of file +```