Installation

Binary

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

$ curl -sSfL teler.app | sh -s -- -b "$GOPATH/bin"
$ teler -V

Docker

Pull the Docker image by running:

$ docker pull kitabisa/teler

Source

Using Go (v1.18+) compiler:

$ go install teler.app@latest

— 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