mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-14 17:50:40 +00:00
docs: update installation instructions (#116)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
This commit is contained in:
parent
918e070248
commit
f667989933
17
README.md
17
README.md
@ -16,8 +16,21 @@ Semantic versioning tool for git based on conventional commits.
|
|||||||
Prebuilt multi-arch binaries are available for Linux and macOS.
|
Prebuilt multi-arch binaries are available for Linux and macOS.
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-linux-amd64 -o /usr/local/bin/git-sv
|
# Linux amd64
|
||||||
chmod +x /usr/local/bin/git-sv
|
curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-linux-amd64 -o ~/.local/bin/git-sv
|
||||||
|
chmod +x ~/.local/bin/git-sv
|
||||||
|
```
|
||||||
|
|
||||||
|
```Shell
|
||||||
|
# macOS arm
|
||||||
|
curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-darwin-10.12-arm64 -o ~/.local/bin/git-sv
|
||||||
|
chmod +x ~/.local/bin/git-sv
|
||||||
|
```
|
||||||
|
|
||||||
|
```Shell
|
||||||
|
# macOS intel
|
||||||
|
curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-darwin-10.12-amd64 -o ~/.local/bin/git-sv
|
||||||
|
chmod +x ~/.local/bin/git-sv
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
Loading…
Reference in New Issue
Block a user