Merge branch 'main' into tokio

This commit is contained in:
Félix Saparelli 2021-10-17 03:39:19 +13:00
commit a79de88c58
2 changed files with 9 additions and 0 deletions

View File

@ -16,6 +16,7 @@ jobs:
- linux-i686-musl
- linux-armhf-gnu
- linux-arm64-gnu
- linux-arm64-musl
- mac-x86-64
- mac-arm64
- windows-x86-64
@ -49,6 +50,12 @@ jobs:
target: aarch64-unknown-linux-gnu
cross: true
experimental: false
- name: linux-arm64-musl
os: ubuntu-latest
target: aarch64-unknown-linux-musl
cross: true
experimental: true
- name: mac-x86-64
os: macos-latest

View File

@ -40,6 +40,8 @@ More usage examples: [in the CLI README](./cli/#usage-examples)!
## Install
<a href="https://repology.org/project/watchexec/versions"><img align="right" src="https://repology.org/badge/vertical-allrepos/watchexec.svg" alt="Packaging status"></a>
- As pre-built binary package: https://watchexec.github.io/downloads/
- With your package manager for Arch, Homebrew, Nix, Scoop, Chocolatey…
- From source with Cargo: `cargo install watchexec-cli`