Skip to content
Open
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
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mondoo Homebrew Tap

Welcome to the Mondoo Homebrew Tap! Here you will find both a formula and cask for installation of cnquery and cnspec. The formulas will install the cnquery and/or cnspec binaries.. The cask wraps our signed and notorized Apple PKG installing it to /Library/Mondoo. Note that cnspec depends on cnquery, so if you want both you only need to install cnspec.
Welcome to the Mondoo Homebrew Tap! Here you will find both a formula and cask for installation of cnspec. The formula will install the cnspec binary. The cask wraps our signed and notarized Apple PKG installing it to /Library/Mondoo.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we also ship the mql package from this repo - perhaps we should just replace mentions of cnquery with mql


To install Homebrew, visit https://brew.sh/.

Expand All @@ -10,24 +10,21 @@ Once Homebrew is installed, you can add the Mondoo Tap via the following command
brew tap mondoohq/mondoo
```

To install cnquery/cnspec:
To install cnspec:

```
brew install cnquery
brew install cnspec
```

To update cnquery/cnspec:
To update cnspec:

```
brew update && brew upgrade cnquery
brew update && brew upgrade cnspec
```

At any time you can remove the installation and the tap via:

```
brew uninstall cnquery
brew uninstall cnspec
brew untap mondoohq/mondoo
```
Expand Down
Loading