File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,16 @@ go get github.com/ezekg/git-hound
20
20
alias git=' _() { if [[ "$1" == "commit" ]]; then git-hound "$@"; else git "$@"; fi }; _'
21
21
```
22
22
23
- ## Building
24
- - To build for your operating system, simply run ` go install ` from the root of the project directory.
25
- - To build for all platforms using [ ` goxc ` ] ( https://github.com/laher/goxc ) , run ` goxc -pv=0.5.2 -d=releases/ ` .
23
+ ## Compiling
24
+ To compile for your operating system, simply run the following from the root of the project directory:
25
+ ``` bash
26
+ go install
27
+ ```
28
+
29
+ To compile for all platforms using [ ` goxc ` ] ( https://github.com/laher/goxc ) , run the following:
30
+ ``` bash
31
+ goxc -pv={VERSION} -d=releases/
32
+ ```
26
33
27
34
## Usage
28
35
``` bash
You can’t perform that action at this time.
0 commit comments