README: mention new hash file

Indicate that there are also additional hashes in another file in the
README.
This commit is contained in:
brian m. carlson 2022-04-27 20:40:29 +00:00
parent 89fa26dc4f
commit 7f6d626200
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -80,6 +80,11 @@ the file you want like so:
$ gpg -d sha256sums.asc | grep git-lfs-linux-amd64-v2.10.0.tar.gz | shasum -a 256 -c
```
For the convenience of distributors, we also provide a wider variety of signed
hashes in the `hashes.asc` file. Those hashes are in the tagged BSD format, but
can be verified with Perl's `shasum` or the GNU hash utilities, just like the
ones in `sha256sums.asc`.
## Example Usage
To begin using Git LFS within a Git repository that is not already configured