Skip to content

Commit

Permalink
Update readme for v2.24.0 release (#1072)
Browse files Browse the repository at this point in the history
Co-authored-by: der-eismann <der-eismann@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and der-eismann authored Aug 15, 2023
1 parent 955a8f4 commit 96d3e60
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.23.0/aws-nuke-v2.23.0-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`
`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.0/aws-nuke-v2.24.0-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`

Run
`$ aws-nuke-v2.23.0-linux-amd64`
`$ aws-nuke-v2.24.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.23.0 \
quay.io/rebuy/aws-nuke:v2.24.0 \
--profile default \
--config /home/aws-nuke/config.yml
```
Expand Down

0 comments on commit 96d3e60

Please sign in to comment.