Skip to content

Commit

Permalink
Merge branch 'main' into oreilly-main
Browse files Browse the repository at this point in the history
  • Loading branch information
danarbaugh committed Sep 6, 2023
2 parents 08cd574 + a341126 commit 91e2670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,10 @@ The easiest way of installing it, is to download the latest
#### Example for Linux Intel/AMD

Download and extract
`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.2/aws-nuke-v2.24.2-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`
`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.25.0/aws-nuke-v2.25.0-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`

Run
`$ aws-nuke-v2.24.2-linux-amd64`
`$ aws-nuke-v2.25.0-linux-amd64`

### Compile from Source

Expand All @@ -639,7 +639,7 @@ $ docker run \
--rm -it \
-v /full-path/to/nuke-config.yml:/home/aws-nuke/config.yml \
-v /home/user/.aws:/home/aws-nuke/.aws \
quay.io/rebuy/aws-nuke:v2.24.2 \
quay.io/rebuy/aws-nuke:v2.25.0 \
--profile default \
--config /home/aws-nuke/config.yml
```
Expand Down

0 comments on commit 91e2670

Please sign in to comment.