From 28a48986baf577af9dc158be27d298f4f79bedec Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 29 Jan 2022 10:51:48 +0000 Subject: [PATCH] does this work?? --- README.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.html b/README.html index 770fd09..761a5f1 100644 --- a/README.html +++ b/README.html @@ -14,13 +14,13 @@

Currently we are at version 0.2.2 of the software.

If you'd like the point release (stable) version, run these commands below:

-git reset --hard 0.2.2 +
git reset --hard 0.2.2
 
-cargo build --release
+cargo build --release

If you want the latest development release, run these commands:

-git pull +
git pull
 
-cargo build
+cargo build

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.