Skip to content

Commit

Permalink
docs: updated version number in README
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Nov 3, 2023
1 parent a3452f1 commit 79ca35c
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 @@ -18,7 +18,7 @@
go-lambda-cleanup is distributed as a single binary. [Download](https://github.com/karl-cardenas-coding/go-lambda-cleanup/releases) the binary and install go-lambda-cleanup in a directory in your system's [PATH](https://superuser.com/questions/284342/what-are-path-and-other-environment-variables-and-how-can-i-set-or-use-them). `/usr/local/bin` is the recommended path for UNIX/LINUX environments.

```shell
VERSION=2.0.8
VERSION=2.0.9
wget https://github.com/karl-cardenas-coding/go-lambda-cleanup/releases/download/v$VERSION/go-lambda-cleanup-v$VERSION-linux-amd64.zip
unzip go-lambda-cleanup-v$VERSION-linux-amd64.zip
sudo mv glc /usr/local/bin/
Expand All @@ -29,7 +29,7 @@ sudo mv glc /usr/local/bin/
go-lambda-cleanup is also available as a Docker image. Check out the [GitHub Packages](https://github.com/karl-cardenas-coding/go-lambda-cleanup/pkgs/container/go-lambda-cleanup) page for this repository to learn more about the available images.

```
VERSION=2.0.8
VERSION=2.0.9
docker pull ghcr.io/karl-cardenas-coding/go-lambda-cleanup:$VERSION
```

Expand Down Expand Up @@ -253,7 +253,7 @@ on:
# At 04:00 on every day
- cron: '0 04 * * *'
env:
VERSION: 2.0.8
VERSION: 2.0.9

jobs:
build:
Expand Down

0 comments on commit 79ca35c

Please sign in to comment.