From aea90dd2abc1a14a73b3ebbf888113d2c0f5da60 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Fri, 23 Dec 2022 16:18:34 -0600 Subject: [PATCH] readme --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.44.2