Link to website for downloads

This commit is contained in:
Félix Saparelli 2021-06-29 01:15:00 +12:00
parent e6c7da3635
commit 604c24ec38
3 changed files with 8 additions and 6 deletions

View File

@ -50,7 +50,7 @@ All options in detail: [in the CLI README](./cli/#installation).
## Extend
- [watchexec library](./lib/): to create more specialised watchexec-powered tools! such as:
- [cargo watch](https://github.com/passcod/cargo-watch): for Rust/Cargo projects.
- [cargo watch](https://github.com/watchexec/cargo-watch): for Rust/Cargo projects.
- [clearscreen](https://github.com/watchexec/clearscreen): to clear the (terminal) screen on every platform.
- [notify](https://github.com/notify-rs/notify): to respond to file modifications (third-party),
- [globset](https://crates.io/crates/globset): to match globs (third-party).

View File

@ -91,6 +91,12 @@ On Windows, you may prefer to use Powershell:
### All platforms
#### Pre-built
Use the [download page on the website](https://watchexec.github.io/downloads/) to obtain the
package (for Debian/Ubuntu/Fedora) or tarball/zipfile appropriate for your platform and
architecture, extract or install it, and call the `watchexec` binary.
#### Cargo
Requires Rust 1.43 or later.
@ -101,10 +107,6 @@ Requires Rust 1.43 or later.
$ cargo binstall watchexec-cli
#### 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

View File

@ -6,7 +6,7 @@
# Watchexec library
_The library which powers [Watchexec CLI](https://github.com/watchexec/watchexec) and other tools._
_The library which powers [Watchexec CLI](https://watchexec.github.io) and other tools._
- **[API documentation][docs]**.
- Licensed under [Apache 2.0][license].