From 678764d9da6886c004ec439b3a26ff58134ff641 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 13 May 2023 14:38:20 +0300 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c17ff6..507f64e 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ brew install tsirysndr/tap/superviseur Or download the latest release for your platform [here](https://github.com/tsirysndr/superviseur/releases). ## 📦 Downloads -- `Mac`: arm64: [superviseur_v0.1.0-alpha.6_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.6/superviseur_v0.1.0-alpha.6_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.6_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.6/superviseur_v0.1.0-alpha.6_x86_64-apple-darwin.tar.gz) -- `Linux`: [superviseur_v0.1.0-alpha.6_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.6/superviseur_v0.1.0-alpha.6_x86_64-unknown-linux-gnu.tar.gz) +- `Mac`: arm64: [superviseur_v0.1.0-alpha.7_aarch64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.7/superviseur_v0.1.0-alpha.7_aarch64-apple-darwin.tar.gz) intel: [superviseur_v0.1.0-alpha.7_x86_64-apple-darwin.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.7/superviseur_v0.1.0-alpha.7_x86_64-apple-darwin.tar.gz) +- `Linux`: [superviseur_v0.1.0-alpha.7_x86_64-unknown-linux-gnu.tar.gz](https://github.com/tsirysndr/superviseur/releases/download/v0.1.0-alpha.7/superviseur_v0.1.0-alpha.7_x86_64-unknown-linux-gnu.tar.gz) ## 🚀 Usage @@ -192,7 +192,7 @@ You can use the [setup-superviseur](https://github.com/marketplace/actions/setup ```yaml - uses: tsirysndr/setup-superviseur@v1 with: - version: 'v0.1.0-alpha.6' + version: 'v0.1.0-alpha.7' - run: superviseur --help ```