Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Update readme for v2.25.0 release (#1100)
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 Sep 4, 2023
1 parent 2bd22d5 commit a341126
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 a341126

Please sign in to comment.