does this work??

This commit is contained in:
abbie 2022-01-29 10:51:48 +00:00
parent 9cd122469a
commit 28a48986ba
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -14,13 +14,13 @@
<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>
<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>
<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>