Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@ajbosco ajbosco released this 05 Nov 02:12
· 16 commits to master since this release
f0e6396

Follow the instructions below to install reads

# Export the sha256sum for verification.
$ export READS_SHA256="df712bf921b4742e9a76c9fd9ebd1dbe4743f1fabdc91430be1a34814e941efc"

# Download and check the sha256sum.
$ curl -fSL "https:/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