From b085105a6b16241a9f3c8fb2e64c64d6b1e8b01c Mon Sep 17 00:00:00 2001 From: Blake Harnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 28 Feb 2022 10:03:34 -0800 Subject: [PATCH] install: updated install instructions to use the right command for centos example --- README.md | 2 +- docs/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cd4ae9e..8dbe4e56 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ source ~/.bashrc # Ubuntu inv install # CentOS -./install.sh -p /usr +inv install -p /usr ``` ## Documentation & Support diff --git a/docs/install.md b/docs/install.md index f25d6c6c..2f6dbce3 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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: