Skip to content

Commit

Permalink
[docs] [skip ci] Update install instructions
Browse files Browse the repository at this point in the history
Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
  • Loading branch information
cicdguy authored Dec 6, 2024
1 parent 1c7f33a commit f311ec2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f311ec2

Please sign in to comment.