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

Commit f4030b9

Browse files
Update readme for v2.24.1 release (#1076)
Co-authored-by: der-eismann <der-eismann@users.noreply.github.com>
1 parent b873fb3 commit f4030b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -612,10 +612,10 @@ The easiest way of installing it, is to download the latest
612612
#### Example for Linux Intel/AMD
613613

614614
Download and extract
615-
`$ 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`
615+
`$ wget -c https://github.com/rebuy-de/aws-nuke/releases/download/v2.24.1/aws-nuke-v2.24.1-linux-amd64.tar.gz -O - | tar -xz -C $HOME/bin`
616616

617617
Run
618-
`$ aws-nuke-v2.24.0-linux-amd64`
618+
`$ aws-nuke-v2.24.1-linux-amd64`
619619

620620
### Compile from Source
621621

@@ -639,7 +639,7 @@ $ docker run \
639639
--rm -it \
640640
-v /full-path/to/nuke-config.yml:/home/aws-nuke/config.yml \
641641
-v /home/user/.aws:/home/aws-nuke/.aws \
642-
quay.io/rebuy/aws-nuke:v2.24.0 \
642+
quay.io/rebuy/aws-nuke:v2.24.1 \
643643
--profile default \
644644
--config /home/aws-nuke/config.yml
645645
```

0 commit comments

Comments
 (0)