File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ curl -L https://bit.ly/cig-install | sudo bash
3636##### Manual install
3737
3838``` bash
39- curl -L https://github.com/stevenjack/cig/releases/download/v0.1.1 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
39+ curl -L https://github.com/stevenjack/cig/releases/download/v0.1.2 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
4040chmod +x /usr/local/bin/cig
4141```
4242
4343### Windows
4444
4545Download the following binary:
4646
47- * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.1 /cig_windows_amd64.exe )
47+ * [ 64bit] ( https://github.com/stevenjack/cig/releases/download/v0.1.2 /cig_windows_amd64.exe )
4848
4949Once you have the binary, run it via your cmd prompt:
5050
Original file line number Diff line number Diff line change 88 "github.com/stevenjack/cig/output"
99)
1010
11- const version string = "0.1.1 "
11+ const version string = "0.1.2 "
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.1 /cig_` uname -s` _x86_64 > /usr/local/bin/cig
3+ curl -L https://github.com/stevenjack/cig/releases/download/v0.1.2 /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