whitespace. not important.
This commit is contained in:
parent
c0f4804746
commit
b24979ac19
1 changed files with 2 additions and 0 deletions
|
@ -15,10 +15,12 @@
|
||||||
|
|
||||||
<p>If you'd like the point release (stable) version, run these commands below:</p>
|
<p>If you'd like the point release (stable) version, run these commands below:</p>
|
||||||
<code>git reset --hard 0.2.2
|
<code>git reset --hard 0.2.2
|
||||||
|
|
||||||
cargo build --release</code>
|
cargo build --release</code>
|
||||||
|
|
||||||
<p>If you want the latest development release, run these commands:</p>
|
<p>If you want the latest development release, run these commands:</p>
|
||||||
<code>git pull
|
<code>git pull
|
||||||
|
|
||||||
cargo build</code>
|
cargo build</code>
|
||||||
|
|
||||||
<p>You will also want to download the accompanying macros repository and place it in the same directory as the lintc binary or your working directory.</p>
|
<p>You will also want to download the accompanying macros repository and place it in the same directory as the lintc binary or your working directory.</p>
|
||||||
|
|
Reference in a new issue