From: Huck Boles Date: Fri, 23 Dec 2022 22:17:34 +0000 (-0600) Subject: readme X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=e378a53ab4a4922a27836ca182189837c3be3f16;p=odot.git readme --- diff --git a/README b/README index 35bd1c2..7c69d4e 100644 --- a/README +++ b/README @@ -9,14 +9,14 @@ Installation: - Manual: # Make and enter directory for odot - $ mkdir odot && cd odot + $ mkdir odot; cd odot # Download source files - $ curl "https://download.huck.website/odot-0.2.0.tar.gz" > odot-0.2.0.tar.gz + $ curl 'https://download.huck.website/odot-0.2.0.tar.gz' > odot-0.2.0.tar.gz # Optional: Download and check pgp signature - $ curl "https://download.huck.website/odot-0.2.0.sig" > odot-0.2.0.sig - $ curl "https://download.huck.website/pub.asc" > huck.asc + $ curl 'https://download.huck.website/odot-0.2.0.sig' > odot-0.2.0.sig + $ curl 'https://download.huck.website/pub.asc' > huck.asc $ gpg --import huck.asc $ gpg --verify odot-0.2.0.sig odot-0.2.0.tar.gz