diff --git a/README.md b/README.md index cdc983b9..2292b749 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,20 @@ Now you can build and install it: make sudo make install ``` +### Arch Linux and derivatives +idevicerestore is available in the [AUR](https://aur.archlinux.org/packages/idevicerestore) +Install Dependencies: +```shell +sudo pacman --needed -S git curl libimobiledevice libirecovery libplist libzip openssl zlib usbmuxd +``` +Install idevicerestore from AUR: +```shell +git clone https://aur.archlinux.org/idevicerestore.git +cd idevicerestore +makepkg +sudo pacman -U idevicerestore-*.pkg.tar.zst +``` **Important** idevicerestore requires a properly installed [usbmuxd](https://github.com/libimobiledevice/usbmuxd.git)