Skip to content

Commit

Permalink
Fix installation commands code block in readme (#24)
Browse files Browse the repository at this point in the history
Removed `$` sign which is copied with command when using the copy button
associated with the code block.
  • Loading branch information
lexicoder authored Mar 4, 2024
1 parent 83fd44c commit b218be8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Join the [Mondoo Community GitHub Discussions](https://github.com/orgs/mondoohq/discussions) to collaborate and discuss.

0 comments on commit b218be8

Please sign in to comment.