@@ -35,7 +35,8 @@
<div>Place MAD binary into <b>$PATH</b> or <b>/usr/local/bin</b>:
<figure>
<code>
- $ curl -fsSL https://git.io/fpYm4 > mad \
+ $ curl -fsSL \
+ && https://git.io/fpYm4 > mad \
&& chmod +x mad \
&& sudo cp /usr/local/bin
</code>