Skip to content

Commit f311ec2

Browse files
authored
[docs] [skip ci] Update install instructions
Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
1 parent 1c7f33a commit f311ec2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Synchronization between all source-destination repository pairs in performed con
1515
Simply download the project for your distribution from the [releases](https://github.com/insightsengineering/git-synchronizer/releases) page.
1616
`git-synchronizer` is distributed as a single binary file and does not require any additional system requirements.
1717

18+
Alternatively, if you have a Go environment, you can simply install `git-synchronizer` by running:
19+
20+
```shell
21+
go install github.com/insightsengineering/git-synchronizer@latest
22+
```
23+
1824
## Usage
1925

2026
`git-synchronizer` is a command line utility, so after installing the binary in your `PATH`, simply run the following command to view its capabilities:

0 commit comments

Comments
 (0)