Skip to content

Commit aaf3c19

Browse files
committed
update build/compile instructions
1 parent 98a4f92 commit aaf3c19

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,16 @@ go get github.com/ezekg/git-hound
2020
alias git='_() { if [[ "$1" == "commit" ]]; then git-hound "$@"; else git "$@"; fi }; _'
2121
```
2222

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+
```
2633

2734
## Usage
2835
```bash

0 commit comments

Comments
 (0)