From 29b3e352c519ad30efc52a78023c289643cb4db9 Mon Sep 17 00:00:00 2001 From: k33g Date: Mon, 8 May 2023 16:45:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=9F=20Updated.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/getting-started-cli.md | 2 +- docs/getting-started-http.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started-cli.md b/docs/getting-started-cli.md index c80c434..5e37aa3 100644 --- a/docs/getting-started-cli.md +++ b/docs/getting-started-cli.md @@ -5,7 +5,7 @@ First, download the last version of the Capsule CLI for the appropriate OS & ARCH: ```bash -VERSION="v0.3.4" OS="linux" ARCH="arm64" +VERSION="v0.3.5" OS="linux" ARCH="arm64" wget -O capsule https://github.com/bots-garden/capsule/releases/download/${VERSION}/capsule-${VERSION}-${OS}-${ARCH} chmod +x capsule ``` diff --git a/docs/getting-started-http.md b/docs/getting-started-http.md index b69da2a..81c3323 100644 --- a/docs/getting-started-http.md +++ b/docs/getting-started-http.md @@ -5,7 +5,7 @@ First, download the last version of the Capsule HTTP server for the appropriate OS & ARCH: ```bash -VERSION="v0.3.4" OS="linux" ARCH="arm64" +VERSION="v0.3.5" OS="linux" ARCH="arm64" wget -O capsule-http https://github.com/bots-garden/capsule/releases/download/${VERSION}/capsule-http-${VERSION}-${OS}-${ARCH} chmod +x capsule-http ```