Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.19 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.19 KB

truestamp/homebrew-tap

Homebrew Tap for installing the Truestamp CLI on Apple macOS (x86, Apple Silicon) and Linux systems.

Taps add repositories to the list of formulae that brew tracks, updates, and installs from.

If you are trying to install the Truestamp CLI on a Windows, or on a Linux system where you don't use Homebrew, please follow the manual installation steps.

Installation

There are currently three builds available. The right build should be chosen for your system automatically.

  • Apple macOS (Intel x86-064)
  • Apple macOS (Apple Silicon/M1/arm/aarch64)
  • Linux (Intel x86-064)

The initial brew tap step is only required the first time you install. Thereafter a simple brew update and brew upgrade will do the right thing.

Setup

One-time command.

brew tap truestamp/tap

Install

brew install truestamp-cli

Upgrade

To perform a periodic upgrade.

brew update
brew upgrade

Uninstall

brew uninstall truestamp-cli

# or

brew uninstall --force truestamp-cli