Skip to content

Commit

Permalink
docs: updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding committed Oct 6, 2024
1 parent c096b5d commit 4bef37a
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 @@ -22,7 +22,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.14
VERSION=2.0.15
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 @@ -33,7 +33,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.14
VERSION=2.0.15
docker pull ghcr.io/karl-cardenas-coding/go-lambda-cleanup:$VERSION
```

Expand Down Expand Up @@ -289,7 +289,7 @@ on:
# At 04:00 on every day
- cron: '0 04 * * *'
env:
VERSION: 2.0.14
VERSION: 2.0.15

jobs:
build:
Expand Down

0 comments on commit 4bef37a

Please sign in to comment.