diff --git a/README.html b/README.html index 336367c..14826f7 100644 --- a/README.html +++ b/README.html @@ -11,13 +11,14 @@
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.