From 83cc2cf18b00d58b60ee2ad719afb8f7609e32a2 Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Sun, 25 Feb 2024 08:42:57 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 652ac46..4c25c60 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Build Status](https://github.com/ricardobranco777/xhash/actions/workflows/ci.yml/badge.svg) # xhash -This Go program uses goroutines to calculate multiple hashes on strings, files and directories. By default it reads from standard input. It can be used as a drop-in replacement for the GNU **coreutils** when hard-linked as **md5sum**, etc. and it actually supports the `--zero` option with `--check`. The output format is fully configurable. +This Go program uses goroutines to calculate multiple hashes on strings, files and directories. By default it reads from standard input. It can be used as a drop-in replacement for the GNU **coreutils** when hard-linked as **md5sum**, etc. and it actually supports the `--zero` option with `--check`, [unlike the GNU tool](https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69368). The output format is fully configurable. Docker image available at `ghcr.io/ricardobranco777/xhash:latest`