From 780f0012a38e7374eb40c632b1362a493ba3afcd Mon Sep 17 00:00:00 2001 From: csteiner <47841949+clintonsteiner@users.noreply.github.com> Date: Fri, 23 May 2025 03:33:18 -0500 Subject: [PATCH] README: Remove $ in brew command, not present in other shell examples --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b7f6d51..2dc82c86 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Tests can be run either through a standalone binary, or through a Docker image. Install via [brew](https://brew.sh/): ```bash -$ brew install container-structure-test +brew install container-structure-test ``` ```shell