From 4bef37abd458aff24786559804f3a5c464da9018 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Sun, 6 Oct 2024 08:52:55 -0700 Subject: [PATCH] docs: updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1145c6f..ab8aea8 100644 --- a/README.md +++ b/README.md @@ -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/ @@ -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 ``` @@ -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: