insolent whitespace

This commit is contained in:
abbie 2022-01-29 10:50:47 +00:00
parent b24979ac19
commit 9cd122469a
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>git reset --hard 0.2.2</code>
cargo build --release</code>
<code>cargo build --release</code>
<p>If you want the latest development release, run these commands:</p>
<code>git pull
<code>git pull</code>
cargo build</code>
<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>