Binary

The installation is easy. You can download a prebuilt binary from releases page, unpack and run! or run with:

$ (sudo) curl -sSfL '<https://ktbs.dev/get-teler.sh>' | sh -s -- -b /usr/local/bin

Docker

Pull the Docker image by running:

$ docker pull kitabisa/teler

Source

Using Go (v1.14+) compiler:

$ GO111MODULE=on go get -v ktbs.dev/teler/cmd/teler
# or
$ go install ktbs.dev/teler/cmd/teler@latest

<aside> 💡 NOTE: The same command above also works for update to the latest version.

</aside>

— or

Manual building executable from source code:

$ git clone <https://github.com/kitabisa/teler>
$ cd teler
$ make build
$ (sudo) mv ./bin/teler /usr/local/bin