whitespace. not important.

This commit is contained in:
abbie 2022-01-29 10:49:58 +00:00
parent c0f4804746
commit b24979ac19
No known key found for this signature in database
GPG key ID: 04DDE463F9200F87

View file

@ -15,10 +15,12 @@
<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>git reset --hard 0.2.2
cargo build --release</code> cargo build --release</code>
<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>git pull
cargo build</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> <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>