Releases: ajbosco/reads
Releases · ajbosco/reads
v0.1.1
Follow the instructions below to install reads
# Export the sha256sum for verification.
$ export READS_SHA256="df712bf921b4742e9a76c9fd9ebd1dbe4743f1fabdc91430be1a34814e941efc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/ajbosco/reads/releases/download/v0.1.0/reads-darwin-amd64" -o "/usr/local/bin/reads" \
&& echo "${READS_SHA256} /usr/local/bin/reads" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reads"
# Try it!
$ reads -h
v0.1.0
Follow the instructions below to install reads
# Export the sha256sum for verification.
$ export READS_SHA256="2c35a7e773debc55cc8a9bcc84e2b396cd88a426d1161ee5d76d6c0bfde3a8cc"
# Download and check the sha256sum.
$ curl -fSL "https://github.com/ajbosco/reads/releases/download/v0.1.0/reads-darwin-amd64" -o "/usr/local/bin/reads" \
&& echo "${READS_SHA256} /usr/local/bin/reads" | sha256sum -c - \
&& chmod a+x "/usr/local/bin/reads"
# Try it!
$ reads -h