readme: updated to add a quick start section

This commit is contained in:
Blake Harnden 2021-11-16 12:52:31 -08:00
parent 49709261fc
commit c055103c1b
2 changed files with 38 additions and 2 deletions

View file

@ -91,7 +91,14 @@ After the installation complete it will have installed the following scripts.
Please make sure to uninstall any previous installations of CORE cleanly
before proceeding to install.
Previous install was built from source:
Clearing out a current install from 7.0.0+, making sure to provide options
used for install (`-l` or `-p`).
```shell
cd <CORE_REPO>
inv uninstall
```
Previous install was built from source for CORE release older than 7.0.0:
```shell
cd <CORE_REPO>
sudo make uninstall