·
15 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
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.4/install.sh | bashHomebrew (macOS and Linux)
# Download formula
curl -fsSL https://github.com/gotempsh/temps/releases/download/v0.0.4/temps.rb -o /tmp/temps.rb
# Install
brew install /tmp/temps.rb
# Verify
temps --versionManual Installation
Linux AMD64
# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/temps-linux-amd64.tar.gz
# Extract
tar -xzf temps-linux-amd64.tar.gz
# Move to PATH
sudo mv temps /usr/local/bin/temps
# Verify
temps --versionmacOS AMD64 (Intel)
# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/temps-darwin-amd64.tar.gz
# Extract
tar -xzf temps-darwin-amd64.tar.gz
# Move to PATH
sudo mv temps /usr/local/bin/temps
# Verify
temps --versionmacOS ARM64 (Apple Silicon)
# Download
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/temps-darwin-arm64.tar.gz
# Extract
tar -xzf temps-darwin-arm64.tar.gz
# Move to PATH
sudo mv temps /usr/local/bin/temps
# Verify
temps --versionChecksums
# Download checksums
curl -LO https://github.com/gotempsh/temps/releases/download/v0.0.4/checksums.txt
# Verify checksum (Linux/macOS)
sha256sum -c checksums.txt --ignore-missing