Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation commands code block in readme #24

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading