File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ curl -L https://bit.ly/cig-install | sudo bash
4848##### Manual install
4949
5050``` bash
51- curl -L https://github.com/stevenjack/cig/releases/download/v0.1.4 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
51+ curl -L https://github.com/stevenjack/cig/releases/download/v0.1.5 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
5252chmod +x /usr/local/bin/cig
5353```
5454
5555### Windows
5656
5757Download the following binary:
5858
59- * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.4 /cig_windows_x86_64.exe )
59+ * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.5 /cig_windows_x86_64.exe )
6060
6161Once you have the binary, run it via your cmd prompt:
6262
Original file line number Diff line number Diff line change 1- 0.1.4
1+ 0.1.5
Original file line number Diff line number Diff line change 88 "github.com/stevenjack/cig/output"
99)
1010
11- const version string = "0.1.4 "
11+ const version string = "0.1.5 "
1212
1313func main () {
1414 var output_channel = make (chan output.Payload )
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- curl -L https://github.com/stevenjack/cig/releases/download/v0.1.4 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
3+ curl -L https://github.com/stevenjack/cig/releases/download/v0.1.5 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
44chmod +x /usr/local/bin/cig
You can’t perform that action at this time.
0 commit comments