From 7098a6c5eb48b484cead701f8372f1eb36f11162 Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Tue, 30 Jul 2024 09:01:42 +0200 Subject: [PATCH] update Docs with latest version --- README.md | 4 ++-- docs/content/_index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c9f65d..677cdec 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ Installation of the required CertWarden instance is out of scope of this documen To quickly get started with `certwarden-deploy`, just download the binary... ```shell -# this downloads certwarden-deploy version 0.2.1 +# this downloads certwarden-deploy version 0.2.2 # to /usr/local/bin/certwarden-deploy -sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.1/certwarden-deploy-0.2.1-linux-amd64 -O /usr/local/bin/certwarden-deploy +sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy sudo chmod +x /usr/local/bin/certwarden-deploy ``` diff --git a/docs/content/_index.md b/docs/content/_index.md index 0489d0c..925b5a1 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -17,9 +17,9 @@ Installation of the required CertWarden instance is out of scope of this documen To quickly get started with `certwarden-deploy`, just download the binary... ```shell -# this downloads certwarden-deploy version 0.2.1 +# this downloads certwarden-deploy version 0.2.2 # to /usr/local/bin/certwarden-deploy -sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.1/certwarden-deploy-0.2.1-linux-amd64 -O /usr/local/bin/certwarden-deploy +sudo wget https://code.lila.network/adoralaura/certwarden-deploy/releases/download/0.2.2/certwarden-deploy-linux-amd64 -O /usr/local/bin/certwarden-deploy sudo chmod +x /usr/local/bin/certwarden-deploy ```