This commit is contained in:
abbie 2022-01-29 09:45:33 +00:00
parent a539eb6ff1
commit d1637a8f2a
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -11,13 +11,14 @@
<h2>Latest release and setup</h2> <h2>Latest release and setup</h2>
<p>Clone this repository to get the latest development version.</p> <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> <p>If you'd like the point release (stable) version, run these commands below:</p>
<code>git reset --hard c0ffee6</code> <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>If you want the latest development release, run these commands:</p>
<code>git pull
<p>You will then want to run build.sh to build it.</p> 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>