Set website as website

This commit is contained in:
Félix Saparelli 2021-06-27 15:13:42 +12:00
parent 08d795f841
commit 654a324fdd
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ More usage examples: [in the CLI README](./cli/#usage-examples)!
## Install
- As pre-built binary: https://github.com/watchexec/watchexec/releases
- As pre-built binary: https://watchexec.github.io/downloads/
- With your package manager for Arch, Homebrew, Nix, Scoop, Chocolatey…
- From source with Cargo: `cargo install watchexec-cli`

View File

@ -9,7 +9,7 @@ keywords = ["watcher", "filesystem", "cli", "watchexec"]
categories = ["command-line-utilities"]
documentation = "https://github.com/watchexec/watchexec"
homepage = "https://github.com/watchexec/watchexec"
homepage = "https://watchexec.github.io"
repository = "https://github.com/watchexec/watchexec"
readme = "README.md"