From 68b4ed0e556691fb5a7fd63b95ba9cb6a6b0da7d Mon Sep 17 00:00:00 2001 From: fritzrehde Date: Mon, 22 Jan 2024 00:14:41 +0100 Subject: [PATCH] docs: add installation with cargo from git main branch --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8d22550..7e66018 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ The [releases page](https://github.com/fritzrehde/watchbind/releases) contains p cargo install watchbind ``` +Or install the latest git version from the `main` branch: +```sh +cargo install --git https://github.com/fritzrehde/watchbind --branch main +``` + ### Distro Packages [![Packaging status](https://repology.org/badge/vertical-allrepos/watchbind.svg)](https://repology.org/project/watchbind/versions)