Skip to content

Commit

Permalink
Update install links
Browse files Browse the repository at this point in the history
  • Loading branch information
mamcx committed Aug 30, 2020
1 parent 0974f88 commit 0e95ef8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
```

Expand Down

1 comment on commit 0e95ef8

@vercel
Copy link

@vercel vercel bot commented on 0e95ef8 Aug 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.