]> git.huck.website - odot.git/commitdiff
readme
authorHuck Boles <huck@huck.website>
Fri, 23 Dec 2022 22:17:34 +0000 (16:17 -0600)
committerHuck Boles <huck@huck.website>
Fri, 23 Dec 2022 22:17:34 +0000 (16:17 -0600)
README

diff --git a/README b/README
index 35bd1c22f961cbc8f482929d79ec976ad7e3df91..7c69d4e8fce4ce737f788619dc28549f0524ecec 100644 (file)
--- 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