Namdak Tonpa 6 years ago
parent
commit
e1695d5302
1 changed files with 3 additions and 3 deletions
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -32,12 +32,12 @@
 
         <section>
             <a name=plugin><h3>INTALL</h3></a>
-            <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>:
+            <div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>. E.g. using curl:
         <figure>
         <code>
  $ curl -fsSL \
-   && https://git.io/fpYm4 > mad \
-   && chmod +x mad \
+   https://git.io/fpYm4 \
+   > mad && chmod +x mad \
    && sudo cp /usr/local/bin
         </code>
         </figure>