mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-14 08:11:11 +01:00
Merge pull request #169 from coolaj86/patch-1
This commit is contained in:
commit
35e39afb95
1 changed files with 25 additions and 11 deletions
36
README.md
36
README.md
|
@ -83,19 +83,31 @@ Run `bundle install` when the `Gemfile` changes:
|
|||
|
||||
## Installation
|
||||
|
||||
### Cargo
|
||||
### All platforms
|
||||
|
||||
watchexec requires Rust 1.38 or later. You can install it using cargo:
|
||||
#### Cargo
|
||||
|
||||
Requires Rust 1.38 or later.
|
||||
|
||||
$ cargo install watchexec
|
||||
|
||||
### OS X with Homebrew
|
||||
#### Pre-built
|
||||
|
||||
Use the GitHub Releases tab to obtain the tarball/zipfile appropriate for your platform and architecture, extract it, and place it in your `PATH`.
|
||||
|
||||
### macOS
|
||||
|
||||
#### Homebrew
|
||||
|
||||
$ brew install watchexec
|
||||
|
||||
#### Webi
|
||||
|
||||
$ curl -sS https://webinstall.dev/watchexec | bash
|
||||
|
||||
### Linux
|
||||
|
||||
For now, use the GitHub Releases tab to obtain the binary. PRs for packaging in unsupported distros are welcomed.
|
||||
PRs for packaging in unsupported distros are welcome.
|
||||
|
||||
#### Debian
|
||||
|
||||
|
@ -107,17 +119,23 @@ Available in the **community** repository:
|
|||
|
||||
$ pacman -S watchexec
|
||||
|
||||
#### Webi
|
||||
|
||||
$ curl -sS https://webinstall.dev/watchexec/ | bash
|
||||
|
||||
### Windows
|
||||
|
||||
Available [using scoop](https://scoop.sh/):
|
||||
#### Scoop
|
||||
|
||||
#> scoop install watchexec
|
||||
|
||||
Or [chocolatey](https://chocolatey.org/packages/watchexec):
|
||||
#### Chocolatey
|
||||
|
||||
#> choco install watchexec
|
||||
|
||||
Or just unzip the binary from the GitHub Releases.
|
||||
#### Webi
|
||||
|
||||
#> curl.exe -A MS https://webinstall.dev/watchexec | powershell
|
||||
|
||||
## Shell completions
|
||||
|
||||
|
@ -125,10 +143,6 @@ Currently available shell completions:
|
|||
|
||||
- zsh: `completions/zsh` should be installed to `/usr/share/zsh/site-functions/_watchexec`
|
||||
|
||||
## Building
|
||||
|
||||
Rust 1.38 or later is required.
|
||||
|
||||
## Credits
|
||||
|
||||
* [notify](https://github.com/passcod/notify) for doing most of the heavy-lifting
|
||||
|
|
Loading…
Reference in a new issue