From 447dac59cfdfda1305129740ed43f303f2020473 Mon Sep 17 00:00:00 2001 From: Nima Kaviani Date: Sun, 2 Jun 2024 21:11:38 -0700 Subject: [PATCH] fix the README msg Signed-off-by: Nima Kaviani --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 852f1477..164f5a91 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,12 @@ If you are interested in running idpbuilder in Codespaces through your browser, ### Quick Install -You can *carefully* run the following script to install `idpbuilder` - +The following command can be used as a convenience for installing `idpbuilder`, (be sure to check the script first if you are concerned): ``` bash <(curl -fsSL https://raw.githubusercontent.com/cnoe-io/idpbuilder/main/hack/install.sh) ``` -or download the latest release with the follwoing commands: +or download the latest release with the following commands: ```bash version=$(curl -Ls -o /dev/null -w %{url_effective} https://github.com/cnoe-io/idpbuilder/releases/latest)