From 0e95ef8bac3dc180a8539f3092e96a78d032ea6d Mon Sep 17 00:00:00 2001 From: Mario Alejandro Montoya Date: Sun, 30 Aug 2020 18:39:13 -0500 Subject: [PATCH] Update install links --- .github/workflows/rust.yml | 2 +- docs/content/install.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f363ea1..371a86a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -71,5 +71,5 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} file: target/release/${{ matrix.artifact_name }} asset_name: ${{ matrix.asset_name }} - tag: "v0.3-alpha" + tag: "v0.3.1-alpha" overwrite: true diff --git a/docs/content/install.md b/docs/content/install.md index fe7662e..b708f11 100644 --- a/docs/content/install.md +++ b/docs/content/install.md @@ -11,16 +11,16 @@ Visit [https://repl.it/@mamcx/RelpIt]( https://repl.it/@mamcx/RelpIt) and rememb ### 2. Install binaries -Download the [last binaries](https://github.com/Tablam/TablaM/releases), select according to your operative system (available only for 64 bit): +Download the [last binaries](https://github.com/Tablam/TablaM/releases/latest), select according to your operative system (available only for 64 bit): #### Linux -[Download the executable tablam-linux-amd64](https://github.com/Tablam/TablaM/releases/download/latest/tablam-linux-amd64), and rename it to *tablam*, then set the executable permissions. +[Download the executable tablam-linux-amd64](https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-linux-amd64), and rename it to *tablam*, then set the executable permissions. From the command line (bash or equivalent): ```bash -wget -O tablam https://github.com/Tablam/TablaM/releases/download/latest/tablam-linux-amd64 +wget -O tablam https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-linux-amd64 chmod +x tablam @@ -29,12 +29,12 @@ chmod +x tablam #### MacOS -[Download the executable tablam-macos-amd64](https://github.com/Tablam/TablaM/releases/download/latest/tablam-macos-amd64), and rename it to *tablam*, then set the executable permissions. +[Download the executable tablam-macos-amd64](https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-macos-amd64), and rename it to *tablam*, then set the executable permissions. From the command line (bash or equivalent): ```bash -wget -O tablam https://github.com/Tablam/TablaM/releases/download/latest/tablam-macos-amd64 +wget -O tablam https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-macos-amd64 chmod +x tablam @@ -43,12 +43,12 @@ chmod +x tablam #### Windows -[Download the executable tablam-windows-amd64.exe](https://github.com/Tablam/TablaM/releases/download/latest/tablam-windows-amd64.exe), and rename it to *tablam*, then click on it. +[Download the executable tablam-windows-amd64.exe](https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-windows-amd64.exe), and rename it to *tablam*, then click on it. From the command line (powershell): ```powershell -iwr "https://github.com/Tablam/TablaM/releases/download/latest/tablam-windows-amd64.exe" -OutFile tablam.exe +iwr "https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-windows-amd64.exe" -OutFile tablam.exe tablam.exe ```