README: update
README: update
initial commit
Tiny shell script to create BSD-style digests using coreutils-style digest programs. It isn't specific to sha256(1), it calls the digest necessary digest program depending on its own name. The Makefile handles all of it anyway.
E.g.
sha256 -> sha256sum
md5 -> md5sum
The program can be installed by running:
make install