- 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