Skip to content

Commit

Permalink
Add install instructions using go install
Browse files Browse the repository at this point in the history
  • Loading branch information
christophetd committed Dec 13, 2023
1 parent e824e4d commit 8c148ab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ See the documentation at **[stratus-red-team.cloud](https://stratus-red-team.clo

## Installation

- Mac OS:
Direct install (requires Go 1.18+):

```
go install -v github.com/datadog/stratus-red-team/v2/cmd/stratus@latest
```

- Homebrew:

```
brew tap datadog/stratus-red-team https://github.com/DataDog/stratus-red-team
Expand Down
8 changes: 7 additions & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

## Installation

- Mac OS:
Direct install (required Go 1.18+):

```
go install -v github.com/datadog/stratus-red-team/v2/cmd/stratus@latest
```

- Homebrew:

```bash
brew tap "datadog/stratus-red-team" "https://github.com/DataDog/stratus-red-team"
Expand Down

0 comments on commit 8c148ab

Please sign in to comment.