From: Huck Boles Date: Fri, 23 Dec 2022 22:18:34 +0000 (-0600) Subject: readme X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=aea90dd2abc1a14a73b3ebbf888113d2c0f5da60;p=odot.git readme --- diff --git a/README b/README index 7c69d4e..35bd1c2 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