From 654a324fdd5959c5ab93139b1e97f3fce0a203a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 27 Jun 2021 15:13:42 +1200 Subject: [PATCH] Set website as website --- README.md | 2 +- cli/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"