install: updated install instructions to use the right command for centos example

This commit is contained in:
Blake Harnden 2022-02-28 10:03:34 -08:00
parent 074a2263ce
commit b085105a6b
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ source ~/.bashrc
# Ubuntu
inv install
# CentOS
./install.sh -p /usr
inv install -p /usr
```
## Documentation & Support

View file

@ -127,7 +127,7 @@ source ~/.bashrc
# Ubuntu
inv install
# CentOS
./install.sh -p /usr
inv install -p /usr
```
First you can use `setup.sh` as a convenience to install tooling for running invoke tasks: