What's Changed
Changelog
- aac935f: Release ready for version 1.0.0 (#117) (@arvind-choudhary-h)
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.rpmUsing 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
- Download the appropriate .zip file
- Extract the archive
- Add the extracted directory to your PATH
Verification
Verify the checksums using the checksums.txt file:
sha256sum -c checksums.txt --ignore-missing