Skip to content

Commit e46d88e

Browse files
committed
chore(): installation docs update
1 parent 21d415c commit e46d88e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/app/cli/page.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ For simplicity, we also provide diferent installers for supported platform to au
2020
You can run the following command line script to install Telchar on supported systems (Mac / Linux)
2121

2222
```sh
23-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-installer.sh | sh
23+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-installer.sh | sh
2424
```
2525

2626
### Install via powershell script
2727

2828
You can use Powershell to install Telchar on Windows systems.
2929

3030
```sh
31-
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-installer.ps1 | iex"
31+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-installer.ps1 | iex"
3232
```
3333

3434
### Install via Homebrew
@@ -43,8 +43,8 @@ brew install txpipe/tap/telchar
4343

4444
| File | Platform | Checksum |
4545
|--------|----------|----------|
46-
| [telchar-aarch64-apple-darwin.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-aarch64-apple-darwin.tar.xz.sha256) |
47-
| [telchar-x86_64-apple-darwin.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-apple-darwin.tar.xz.sha256) |
48-
| [telchar-aarch64-pc-windows-msvc.zip](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-aarch64-pc-windows-msvc.zip.sha256) |
49-
| [telchar-x86_64-pc-windows-msvc.zip](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-pc-windows-msvc.zip.sha256) |
50-
| [telchar-x86_64-unknown-linux-gnu.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.0/telchar-x86_64-unknown-linux-gnu.tar.xz.sha256) |
46+
| [telchar-aarch64-apple-darwin.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-aarch64-apple-darwin.tar.xz) | Apple Silicon macOS | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-aarch64-apple-darwin.tar.xz.sha256) |
47+
| [telchar-x86_64-apple-darwin.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-apple-darwin.tar.xz) | Intel macOS | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-apple-darwin.tar.xz.sha256) |
48+
| [telchar-aarch64-pc-windows-msvc.zip](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-aarch64-pc-windows-msvc.zip) | ARM64 Windows | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-aarch64-pc-windows-msvc.zip.sha256) |
49+
| [telchar-x86_64-pc-windows-msvc.zip](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-pc-windows-msvc.zip.sha256) |
50+
| [telchar-x86_64-unknown-linux-gnu.tar.xz](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-unknown-linux-gnu.tar.xz) | x64 Linux | [checksum](https://github.com/txpipe/telchar/releases/download/v0.1.1/telchar-x86_64-unknown-linux-gnu.tar.xz.sha256) |

docs/app/page.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
sidebarTitle: Introduction
3+
title: Welcome - Telchar
34
---
45

56
# Welcome!

0 commit comments

Comments
 (0)