Skip to content

v0.1.0

Compare
Choose a tag to compare
@sh0rez sh0rez released this 31 Jul 07:18
badb611

This is release v0.1.0 of Tanka (tk). Check out the CHANGELOG for detailed release notes.

Install instructions

Binary:

# download the binary (adapt os and arch as needed)
$ curl -fSL -o "/usr/local/bin/tk" "https://github.com/sh0rez/tanka/releases/download/v0.1.0/img-linux-amd64"

# make it executable
$ chmod a+x "/usr/local/bin/tk"

# have fun :)
$ tk --help

Docker container:

https://hub.docker.com/r/shorez/tanka

$ docker pull shorez/tanka:v0.1.0