From 81996dfa8ec7eab6201de39baad4e36ee4e8264a Mon Sep 17 00:00:00 2001 From: Marc Zottner Date: Tue, 28 Nov 2023 08:49:48 +0100 Subject: [PATCH] Documentation note added regarding sudo rights --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6756d3..842abe8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ $ git clone git@github.com:vmware-tanzu/application-portfolio-auditor.git $ cd application-portfolio-auditor $ ./audit setup ``` -> Note: This command automates the installation of all required prerequisites. It automatically configures based on the detected operating system (MacOS, Ubuntu, or CentOS). The process may take several minutes to complete. +> Note: This command automates the installation of all required prerequisites. It automatically configures based on the detected operating system (MacOS, Ubuntu, or CentOS) and requires sudo rights. The process may take several minutes to complete. 3. Retrieve necessary tools and frameworks: ```bash