|
1 | 1 | # Install
|
2 | 2 |
|
3 |
| -## Install the pre-compiled binary |
| 3 | +Preferred installation order is the following: |
4 | 4 |
|
5 |
| -### Homebrew Tap (MacOS/Linux) |
| 5 | +1. [GitHub Release](#github-releases-preferred) |
| 6 | +2. [ekristen's homebrew tap](#ekristens-homebrew-tap-macoslinux) |
| 7 | +3. [Homebrew Core](#homebrew-core-macoslinux) |
| 8 | + |
| 9 | +Docker images are also available via the GitHub Container Registry. |
| 10 | + |
| 11 | +## GitHub Releases (preferred) |
| 12 | + |
| 13 | +!!! success - "Recommended" |
| 14 | + This supports all operating systems and most architectures. |
| 15 | + |
| 16 | +You can download pre-compiled binaries from the [releases](https://github.com/ekristen/aws-nuke/releases) page. |
| 17 | + |
| 18 | +## ekristen's Homebrew Tap (MacOS/Linux) |
| 19 | + |
| 20 | +!!! info |
| 21 | + I control this tap, and it sources the binaries directly from the GitHub releases. However, it only supports MacOS. |
6 | 22 |
|
7 | 23 | ```console
|
8 | 24 | brew install ekristen/tap/aws-nuke
|
9 | 25 | ```
|
10 | 26 |
|
11 |
| -!!! warning "Brew Warning" |
12 |
| - `brew install aws-nuke` will install the rebuy-aws version of aws-nuke, which is not the same as this version. |
13 |
| - |
14 |
| -## Releases |
| 27 | +## Homebrew Core (MacOS/Linux) |
15 | 28 |
|
16 |
| -You can download pre-compiled binaries from the [releases](https://github.com/ekristen/aws-nuke/releases) page. |
| 29 | +!!! note |
| 30 | + I do not control the Homebrew Core formula, so it may not be up to date. Additionally, it is not compiled with |
| 31 | + goreleaser, instead it is compiled with the Homebrew build system which does not build it in the same way, for |
| 32 | + example it does not compile it statically. |
17 | 33 |
|
| 34 | +```console |
| 35 | +brew install aws-nuke |
| 36 | +``` |
18 | 37 | ## Docker
|
19 | 38 |
|
20 | 39 | Registries:
|
21 | 40 |
|
22 | 41 | - [ghcr.io/ekristen/aws-nuke](https://github.com/ekristen/aws-nuke/pkgs/container/aws-nuke)
|
23 | 42 |
|
24 |
| -You can run **aws-nuke** with Docker by using a command like this: |
25 |
| - |
26 | 43 | ## Source
|
27 | 44 |
|
28 | 45 | To compile **aws-nuke** from source you need a working [Golang](https://golang.org/doc/install) development environment and [goreleaser](https://goreleaser.com/install/).
|
|
0 commit comments