0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-11-14 07:40:40 +00:00

Update README.md (#133)

This commit is contained in:
Patrick Schratz 2024-11-11 22:42:29 +01:00 committed by GitHub
parent 96705b8a7a
commit 19ca39923f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,13 @@ curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-
chmod +x ~/.local/bin/git-sv
```
On macOS, you can also use `homebrew`:
```Shell
brew tap thegeeklab/tap
brew install git-sv
```
## Build
Build the binary from source with the following command: