# README
hash1
A tool to calculate the hash checksum of one local file.
Installation
Before installing this tool, you need to install the Go programming language if you don't have it on your machine.
Next, use go install
command to install the latest version:
go install github.com/donyori/hash1@latest
By default, the executable will be located in your $GOPATH/bin
directory.
Usage
See its help message:
hash1 help
License
The GNU Affero General Public License 3.0 (AGPL-3.0) - Yuan Gao. Please have a look at the LICENSE.
Contact
You can contact me by email: <[email protected]>.