From d1637a8f2a4a460907800b0742bcdf41c3187b0c Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 29 Jan 2022 09:45:33 +0000 Subject: [PATCH] 0.2.1 --- README.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.html b/README.html index 336367c..14826f7 100644 --- a/README.html +++ b/README.html @@ -11,13 +11,14 @@

Latest release and setup

Clone this repository to get the latest development version.

-

Currently we are at version 0.2 of the software.

+

Currently we are at version 0.2.1 of the software.

-

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

-git reset --hard c0ffee6 +

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

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

This will reset your git tree back to the latest version that is stable.

- -

You will then want to run build.sh to build it.

+

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

+git pull +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.