Skip to content

Commit

Permalink
docs: add asdf as way to install (#495)
Browse files Browse the repository at this point in the history
* docs: add asdf as way to install

* fixup! docs: add asdf as way to install
  • Loading branch information
vthiery committed May 1, 2024
1 parent c9e7ae3 commit b62b180
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,41 @@ See the documentation at **[stratus-red-team.cloud](https://stratus-red-team.clo

## Installation

Direct install (requires Go 1.18+):
### Direct install

Requires Go 1.18+

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

- Homebrew:
### Homebrew

```
brew tap datadog/stratus-red-team https://github.com/DataDog/stratus-red-team
brew install datadog/stratus-red-team/stratus-red-team
```

- Linux / Windows / Mac OS: Download one of the [pre-built binaries](https://github.com/datadog/stratus-red-team/releases).
### Pre-build binaries

For Linux / Windows / Mac OS: download one of the [pre-built binaries](https://github.com/datadog/stratus-red-team/releases).

- Docker:
### Docker

```bash
IMAGE="ghcr.io/datadog/stratus-red-team"
alias stratus="docker run --rm -v $HOME/.stratus-red-team/:/root/.stratus-red-team/ -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN -e AWS_DEFAULT_REGION $IMAGE"
```

### asdf

You can install specific versions (or latest) of stratus-red-team using [asdf](https://asdf-vm.com/) and this [stratus-red-team plugin](https://github.com/asdf-community/asdf-stratus-red-team):

```bash
asdf plugin add stratus-red-team https://github.com/asdf-community/asdf-stratus-red-team.git
asdf install stratus-red-team latest
```

## Community

The following section lists posts and projects from the community leveraging Stratus Red Team.
Expand Down

0 comments on commit b62b180

Please sign in to comment.