Added installation instructions for Arch Linux

watchexec is in the Arch User Repository (AUR). This adds instructions for installing on Arch Linux via the AUR.
This commit is contained in:
Sumner Evans 2018-09-03 14:08:55 -06:00 committed by GitHub
parent 39a4a52f80
commit 3288c1fad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -92,6 +92,12 @@ watchexec requires Rust 1.16 or later. You can install it using cargo:
For now, use the GitHub Releases tab to obtain the binary. PRs for packaging in various distros are welcomed.
#### Arch Linux
watchexec is available on the AUR as [`watchexec`](https://aur.archlinux.org/packages/watchexec/). Example of installation using the `yay` AUR helper:
$ yay -S watchexec
### Windows
You can use [scoop](https://scoop.sh/) to install watchexec by typing `scoop install watchexec`. Or you can use the GitHub Releases tab to obtain the binary. In the future, I'll look at adding it to Chocolatey.