From d2227c4b853acc5dbd9d5e1867d239e54c2d5b15 Mon Sep 17 00:00:00 2001 From: Samuel Isola Date: Sun, 14 Jan 2024 20:47:34 +0100 Subject: [PATCH] Fix installation commands code block --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 578d221..c4930d5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ To install Homebrew, visit https://brew.sh/. Once Homebrew is installed, you can add the Mondoo Tap via the following command: ``` -$ brew tap mondoohq/mondoo +brew tap mondoohq/mondoo ``` To install cnquery/cnspec: @@ -39,9 +39,9 @@ For more information, visit https://mondoo.com To freshen the Cask and Formula to the latest release of the Mondoo client, simply run ```make update```, and commit the result: ``` -$ make update +make update ``` ### Join the community! -Join the [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) to collaborate and discuss. \ No newline at end of file +Join the [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) to collaborate and discuss.