0.2.1
This commit is contained in:
parent
a539eb6ff1
commit
d1637a8f2a
1 changed files with 7 additions and 6 deletions
13
README.html
13
README.html
|
@ -11,13 +11,14 @@
|
|||
<h2>Latest release and setup</h2>
|
||||
<p>Clone this repository to get the latest development version.</p>
|
||||
|
||||
<p>Currently we are at version 0.2 of the software.</p>
|
||||
<p>Currently we are at version 0.2.1 of the software.</p>
|
||||
|
||||
<p>If you'd like the point release (stable) version, run this command below:</p>
|
||||
<code>git reset --hard c0ffee6</code>
|
||||
<p>If you'd like the point release (stable) version, run these commands below:</p>
|
||||
<code>git reset --hard 0.2.1
|
||||
cargo build --release</code>
|
||||
|
||||
<p>This will reset your git tree back to the latest version that is stable.</p>
|
||||
|
||||
<p>You will then want to run build.sh to build it.</p>
|
||||
<p>If you want the latest development release, run these commands:</p>
|
||||
<code>git pull
|
||||
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>
|
||||
|
|
Reference in a new issue