Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 01:38
· 0 commits to develop since this release

What's Changed

Changelog

Installation

Linux

Using Package Managers:

# Debian/Ubuntu (.deb)
sudo dpkg -i hc_1.0.0_linux_amd64.deb

# RedHat/CentOS (.rpm)
sudo rpm -i hc_1.0.0_linux_amd64.rpm

Using tar.gz:

tar -xzf hc_1.0.0_linux_x86_64.tar.gz
sudo mv hc /usr/local/bin/

macOS

# Intel Macs
tar -xzf hc_1.0.0_mac-os_x86_64.tar.gz
sudo mv hc /usr/local/bin/

# Apple Silicon
tar -xzf hc_1.0.0_mac-os_arm64.tar.gz
sudo mv hc /usr/local/bin/

Windows

  1. Download the appropriate .zip file
  2. Extract the archive
  3. Add the extracted directory to your PATH

Verification

Verify the checksums using the checksums.txt file:

sha256sum -c checksums.txt --ignore-missing