mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
docs: add go install instructions to readme
This commit is contained in:
@@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
|
|
||||||
## Install:
|
## Install:
|
||||||
*Insert blerb about go install if it works*
|
It should be possible to install the program using the go install command:
|
||||||
|
```
|
||||||
|
$ go install github.com/Slug-Boi/cocommit
|
||||||
|
```
|
||||||
|
You will more than likely have to add the binary to your PATH after the fact if your go bin directory is not in your PATH already. Or you can create an alias to it using the instructions below.
|
||||||
|
|
||||||
|
|
||||||
Download the binary for your OS on the [release page](https://github.com/Slug-Boi/cocommit/releases)
|
Download the binary for your OS on the [release page](https://github.com/Slug-Boi/cocommit/releases)
|
||||||
Once downloaded you need to create an alias for your shell guides found below:
|
Once downloaded you need to create an alias for your shell guides found below:
|
||||||
|
|||||||
Reference in New Issue
Block a user