Skip to content

Tera v0.5.1 (e13f7796)

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:15
e13f779

Description

Maintenance release with deps update.

Downloads

Download the binary for your OS from below:

Install

From source

cargo install --git https://github.com/chevdor/tera-cli

Linux

Binaries

wget https://github.com/chevdor/tera-cli/releases/download/v0.5.1/tera-cli-x86_64-unknown-linux-gnu.tar.gz
tar xf tera-cli-x86_64-unknown-linux-gnu.tar.gz
./tera --help

Debian

wget https://github.com/chevdor/tera-cli/releases/download/v0.5.1/tera-cli_linux_amd64.deb
dpkg -i tera-cli_linux_amd64.deb
tera --help

MacOS

brew tap chevdor/tera-cli https://github.com/chevdor/tera-cli
brew update
brew install chevdor/tera-cli/tera

Changes since v0.5.0