does this work??
This commit is contained in:
parent
9cd122469a
commit
28a48986ba
1 changed files with 4 additions and 4 deletions
|
@ -14,13 +14,13 @@
|
||||||
<p>Currently we are at version 0.2.2 of the software.</p>
|
<p>Currently we are at version 0.2.2 of the software.</p>
|
||||||
|
|
||||||
<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>
|
<pre>git reset --hard 0.2.2
|
||||||
|
|
||||||
<code>cargo build --release</code>
|
cargo build --release</pre>
|
||||||
|
|
||||||
<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>
|
<pre>git pull
|
||||||
|
|
||||||
<code>cargo build</code>
|
cargo build</pre>
|
||||||
|
|
||||||
<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