Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.53 KB

File metadata and controls

73 lines (49 loc) · 1.53 KB

tempoup

Official installer for Tempo - a blockchain for payments at scale.

Quick Install

curl -L https://tempo.xyz/install | bash

Usage

tempoup                  # Install latest release
tempoup -i v1.0.0        # Install specific version
tempoup -v               # Print installer version
tempoup --update         # Update tempoup itself
tempoup --help           # Show help

Supported Platforms

  • Linux: x86_64, arm64
  • macOS: Apple Silicon (arm64)
  • Windows: x86_64, arm64

Runtime Dependencies

On macOS, tempoup installs the libusb runtime dependency with Homebrew when it is missing. If Homebrew is not installed, tempoup will stop with the exact brew install libusb command to run before retrying.

Installation Directory

Default: ~/.tempo/bin/

Customize with TEMPO_DIR environment variable:

TEMPO_DIR=/custom/path tempoup

Updating

Update Tempo Binary

Simply run tempoup again:

tempoup

Update Tempoup Itself

Use the built-in update command:

tempoup --update

This will:

  1. Check the latest version available on GitHub
  2. Download and replace the tempoup script if a newer version exists
  3. Notify you of the version change

Note: Tempoup automatically checks for updates when you run it and will warn you if your version is outdated.

Uninstalling

rm -rf ~/.tempo

Then remove the PATH export from your shell configuration file (~/.zshenv, ~/.bashrc, ~/.config/fish/config.fish, etc.).