Skip to content

Commit 0e95ef8

Browse files
committed
Update install links
1 parent 0974f88 commit 0e95ef8

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ jobs:
7171
repo_token: ${{ secrets.GITHUB_TOKEN }}
7272
file: target/release/${{ matrix.artifact_name }}
7373
asset_name: ${{ matrix.asset_name }}
74-
tag: "v0.3-alpha"
74+
tag: "v0.3.1-alpha"
7575
overwrite: true

docs/content/install.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ Visit [https://repl.it/@mamcx/RelpIt]( https://repl.it/@mamcx/RelpIt) and rememb
1111

1212
### 2. Install binaries
1313

14-
Download the [last binaries](https://github.com/Tablam/TablaM/releases), select according to your operative system (available only for 64 bit):
14+
Download the [last binaries](https://github.com/Tablam/TablaM/releases/latest), select according to your operative system (available only for 64 bit):
1515

1616
#### Linux
1717

18-
[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.
18+
[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.
1919

2020
From the command line (bash or equivalent):
2121

2222
```bash
23-
wget -O tablam https://github.com/Tablam/TablaM/releases/download/latest/tablam-linux-amd64
23+
wget -O tablam https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-linux-amd64
2424

2525
chmod +x tablam
2626

@@ -29,12 +29,12 @@ chmod +x tablam
2929

3030
#### MacOS
3131

32-
[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.
32+
[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.
3333

3434
From the command line (bash or equivalent):
3535

3636
```bash
37-
wget -O tablam https://github.com/Tablam/TablaM/releases/download/latest/tablam-macos-amd64
37+
wget -O tablam https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-macos-amd64
3838

3939
chmod +x tablam
4040

@@ -43,12 +43,12 @@ chmod +x tablam
4343

4444
#### Windows
4545

46-
[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.
46+
[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.
4747

4848
From the command line (powershell):
4949

5050
```powershell
51-
iwr "https://github.com/Tablam/TablaM/releases/download/latest/tablam-windows-amd64.exe" -OutFile tablam.exe
51+
iwr "https://github.com/Tablam/TablaM/releases/download/v0.3.1-alpha/tablam-windows-amd64.exe" -OutFile tablam.exe
5252
tablam.exe
5353
```
5454

0 commit comments

Comments
 (0)