From 7a81e4c93df982259bec5b1e4e61c053e4006378 Mon Sep 17 00:00:00 2001 From: mnasie Date: Fri, 3 Jul 2026 00:48:13 +0300 Subject: [PATCH] Simplify installation instructions in README --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index cac245f..d875a7b 100644 --- a/README.md +++ b/README.md @@ -60,19 +60,7 @@ While there are other file watchers out there, FlowHook was designed with a few This is the easiest way to get started with FlowHook. -1. Download the latest release from the [GitHub releases page](https://github.com/etcoder-642/FlowHook/releases). - You can use this command to download the latest release: -```bash -curl -L -o flowhook https://github.com/etcoder-642/FlowHook/releases/latest/download/flowhook -``` -2. Make the `flowhook` binary executable: -```bash -chmod +x flowhook -``` -3. Move it into your local binary path for system-wide access -```bash -sudo mv flowhook /usr/local/bin/ -``` +1. You can grab the latest release from the [GitHub releases page](https://github.com/etcoder-642/FlowHook/releases/latest). Steps to download the binary release can be found in the release page. #### Option 2