Add direct link to latest release in README.md (#327)

This commit is contained in:
Félix Saparelli 2022-06-16 23:58:52 +00:00
parent d79a080ad1
commit 334c704cc4
3 changed files with 7 additions and 7 deletions

View File

@ -85,8 +85,8 @@ jobs:
nl=$'\n'
br=$'\n\n'
fence='```\n'
ecnef='\n```'
fence=$'```\n'
ecnef=$'\n```'
title="release: ${{ inputs.crate }} v${{ inputs.version }}"
body_intro="This is a release PR for **${{ inputs.crate }}** to version **${{ inputs.version }}**."

View File

@ -23,7 +23,7 @@ Example use cases:
* Uses process groups to keep hold of forking programs
* Provides the paths that changed in environment variables
* Does not require a language runtime, not tied to any particular language or ecosystem
* [And more!](./cli/#features)
* [And more!](./crates/cli/#features)
## Quick start
@ -36,18 +36,18 @@ Call/restart `python server.py` when any Python file in the current directory (a
$ watchexec -r -e py -- python server.py
More usage examples: [in the CLI README](./cli/#usage-examples)!
More usage examples: [in the CLI README](./crates/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/
- As pre-built binary package: [from Github](https://github.com/watchexec/watchexec/releases/latest), [from the website](https://watchexec.github.io/downloads/)
- With your package manager for Arch, Homebrew, Nix, Scoop, Chocolatey…
- From source with Cargo: `cargo install watchexec-cli`
- From binary with Binstall: `cargo binstall watchexec-cli`
All options in detail: [in the CLI README](./cli/#installation)
All options in detail: [in the CLI README](./crates/cli/#installation)
and [in the manual page](./doc/watchexec.1.ronn).

View File

@ -101,7 +101,7 @@ On Windows, you may prefer to use Powershell:
#### Pre-built
Use the download section on **[the website](https://watchexec.github.io/downloads/)** to obtain the
Use the download section on [Github](https://github.com/watchexec/watchexec/releases/latest) or [the website](https://watchexec.github.io/downloads/) to obtain the
package appropriate for your platform and architecture, extract it, and place it in your `PATH`.
There are also Debian/Ubuntu (DEB) and Fedora/RedHat (RPM) packages.