From 1fc46291a6e885cee57ddb2f00ec6c74c51a63a3 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Fri, 9 Oct 2020 11:04:53 -0400 Subject: [PATCH] update install script arguments for proper argument processing (#211) Signed-off-by: Alex Goodman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f3b1721..b0aa60aa4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Where the `format`s available are: curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin # install a specific version into a specific dir -curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -b +curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b ``` **macOS**