From 6d965957def450419b77ca7192c5736c6091016c Mon Sep 17 00:00:00 2001 From: Lukas Beranek Date: Wed, 25 Oct 2023 10:52:02 +0200 Subject: [PATCH] Update README.md, remove dollar sign from brew command (#9466) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b74ab6c403a7..fe7fc541ddc55 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Please make sure that you have a working [`docker` environment](https://docs.doc ### Brew (MacOS or Linux with Homebrew) Install the LocalStack CLI by using our [official LocalStack Brew Tap](https://github.com/localstack/homebrew-tap): ``` -$ brew install localstack/tap/localstack-cli +brew install localstack/tap/localstack-cli ``` ### Binary download (MacOS, Linux, Windows)