Skip to content

v0.1.1

Compare
Choose a tag to compare
@jessfraz jessfraz released this 14 Jul 16:46
· 29 commits to master since this release

Below are easy install instructions by OS and Architecture. As always there are always the standard instructions in the README.md as well.

darwin

386 - darwin
# Export the sha256sum for verification.
$ export GITABLE_SHA256="d4b6ec12ae6049939a728f3d0ba4ac3c95195155bfff14e14a5297ad2323bdd7"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-darwin-386" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - darwin
# Export the sha256sum for verification.
$ export GITABLE_SHA256="3fe04165758eae94fb561f83bd86d200407b9bbbcf6a356b1913ff4e86ba40af"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-darwin-amd64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h

freebsd

386 - freebsd
# Export the sha256sum for verification.
$ export GITABLE_SHA256="072502c308477e39faaa5dcd55f81687cef8fa50226d31b64f0e23225ab6a0cc"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-freebsd-386" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - freebsd
# Export the sha256sum for verification.
$ export GITABLE_SHA256="22ed3e02a502ef4e2eafbfd3d4fae919c761716e708ee3301291381e03528395"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-freebsd-amd64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h

linux

386 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="be737b76b819681e4dffe3ca596648bab6ffea8eefc18fc062e83d7dd2fac751"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-linux-386" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="e49d5d516cf6f5632c9100929122d52cbbc190823ed9a98c24f4a8f4c8b10571"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-linux-amd64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
arm - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="f0251a154d6f2a3c2c99280d79374a588a9d54e4211b6171d787f351d73ede46"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-linux-arm" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
arm64 - linux
# Export the sha256sum for verification.
$ export GITABLE_SHA256="30a86f08a34cc358677a583a6850c02d5a10b625cdfca5bfc5b5c8c605b8ed13"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-linux-arm64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h

solaris

amd64 - solaris
# Export the sha256sum for verification.
$ export GITABLE_SHA256="feceaca536c7af9d2edda75ccec1bb5cb24e03265fbf3f7b43c725fd82ebd873"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-solaris-amd64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h

windows

386 - windows
# Export the sha256sum for verification.
$ export GITABLE_SHA256="90841c375360e8877510659cc000266358b09ff6a7554e0b53b314ea17b5e48a"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-windows-386" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h
amd64 - windows
# Export the sha256sum for verification.
$ export GITABLE_SHA256="cd19c0a2276c52076483049456a9db91bf38d3b0a335c059865d36381c693d65"

# Download and check the sha256sum.
$ curl -fSL "https://github.com/jessfraz/gitable/releases/download/v0.1.1/gitable-windows-amd64" -o "/usr/local/bin/gitable" \
	&& echo "${GITABLE_SHA256}  /usr/local/bin/gitable" | sha256sum -c - \
	&& chmod a+x "/usr/local/bin/gitable"

$ echo "gitable installed!"

# Run it!
$ gitable -h