Skip to content

Commit

Permalink
docs: Add Homebrew installation to README (#328)
Browse files Browse the repository at this point in the history
* docs: Add Homebrew installation to README

Signed-off-by: Darren Murray <[email protected]>
  • Loading branch information
dmurray-lacework authored Feb 26, 2021
1 parent 129bc28 commit e4ad780
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ $ curl https://raw.githubusercontent.com/lacework/go-sdk/master/cli/install.sh |
C:\> Set-ExecutionPolicy Bypass -Scope Process -Force
C:\> iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lacework/go-sdk/master/cli/install.ps1'))
```
#### Homebrew:
```
$ brew install lacework/tap/lacework-cli
```
For more details, see [Lacework Homebrew Tap](https://github.com/lacework/homebrew-tap).

Look at the [cli/](cli/) folder for more information.

Expand Down
4 changes: 4 additions & 0 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ C:\> Set-ExecutionPolicy Bypass -Scope Process -Force
C:\> iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/lacework/go-sdk/master/cli/install.ps1'))
```

### Homebrew:
```
$ brew install lacework/tap/lacework-cli
```
## Quick Configuration

The `lacework configure` command is the fastest way to set up your Lacework
Expand Down

0 comments on commit e4ad780

Please sign in to comment.