install: updated install instructions to use the right command for centos example
This commit is contained in:
parent
074a2263ce
commit
b085105a6b
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ source ~/.bashrc
|
|||
# Ubuntu
|
||||
inv install
|
||||
# CentOS
|
||||
./install.sh -p /usr
|
||||
inv install -p /usr
|
||||
```
|
||||
|
||||
## Documentation & Support
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue