File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ How to Download and Run
27
27
28
28
Binary releases are available on the [ GitHub Releases] ( https://github.com/fstab/h2c/releases ) .
29
29
30
- 1 . Download the latest release ZIP file: [ h2c-v0.0.5 .zip] ( https://github.com/fstab/h2c/releases/download/v0.0.5 /h2c-v0.0.5 .zip )
30
+ 1 . Download the latest release ZIP file: [ h2c-v0.0.6 .zip] ( https://github.com/fstab/h2c/releases/download/v0.0.6 /h2c-v0.0.6 .zip )
31
31
2 . Extract the ZIP file
32
32
3 . Find the executable for your system in the ` bin ` folder:
33
33
* Linux: ` h2c_linux_amd64 `
Original file line number Diff line number Diff line change 8
8
# boot2docker v1.7.0 has a bug with the ssl certificate, so use --tlsverify=false until this is fixed.
9
9
docker --tlsverify=false run -v $GOPATH :/home/go -t -i fstab/gox gox github.com/fstab/h2c
10
10
11
- VERSION=v0.0.5
11
+ VERSION=v0.0.6
12
12
13
13
rm -rf /tmp/h2c-$VERSION
14
14
mkdir /tmp/h2c-$VERSION
You can’t perform that action at this time.
0 commit comments