diff --git a/README.md b/README.md index ff2d425..d456660 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 81e0b19..011c9a8 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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"