Skip to content

v0.0.8

Latest

Choose a tag to compare

@dviejokfs dviejokfs released this 31 Mar 08:31
Immutable release. Only release title and notes can be modified.
f327d27

Changes

See CHANGELOG.md for details.

Installation

Quick Install (Recommended)

macOS, Linux, and WSL:

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.8/install.sh | bash

Homebrew (macOS and Linux)

curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.8/temps.rb -o /tmp/temps.rb
brew install /tmp/temps.rb
temps --version

Manual Installation

Linux AMD64

curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-linux-amd64.tar.gz
tar -xzf temps-linux-amd64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --version

macOS AMD64 (Intel)

curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-darwin-amd64.tar.gz
tar -xzf temps-darwin-amd64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --version

macOS ARM64 (Apple Silicon)

curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/temps-darwin-arm64.tar.gz
tar -xzf temps-darwin-arm64.tar.gz
sudo mv temps /usr/local/bin/temps
temps --version

Checksums

curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.8/checksums.txt
sha256sum -c checksums.txt --ignore-missing