From a043d3efec79a831cfd98f7e804a772d297ee303 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Wed, 29 Jan 2020 18:44:02 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a489f..4d52bee 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ brew install cloud-annotations/tap/cacli #### Shell script (Linux / macOS) If you are on Linux or macOS, you can install `cacli` with the following: ```bash -$ curl -sSL https://cloud.annotations.ai/install.sh | sudo sh +$ curl -sSL https://cloud.annotations.ai/install.sh | sh ``` #### Binary (Windows / Linux / macOS)