|
@@ -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>
|