From f311ec292abbe97056672927b7fc56d857b1757b Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:40:22 -0600 Subject: [PATCH] [docs] [skip ci] Update install instructions Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 65e0103..06553c2 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Synchronization between all source-destination repository pairs in performed con Simply download the project for your distribution from the [releases](https://github.com/insightsengineering/git-synchronizer/releases) page. `git-synchronizer` is distributed as a single binary file and does not require any additional system requirements. +Alternatively, if you have a Go environment, you can simply install `git-synchronizer` by running: + +```shell +go install github.com/insightsengineering/git-synchronizer@latest +``` + ## Usage `git-synchronizer` is a command line utility, so after installing the binary in your `PATH`, simply run the following command to view its capabilities: