File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 77[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/singchia/liaison )] ( https://goreportcard.com/report/github.com/singchia/liaison )
88[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
99[ ![ 技术栈] ( https://img.shields.io/badge/Tech-Go%20%7C%20TypeScript%20%7C%20React-blue )] ( #技术栈一览 )
10- [ ![ 版本] ( https://img.shields.io/badge/Version-v1.3.0 -green )] ( # )
10+ [ ![ 版本] ( https://img.shields.io/badge/Version-v1.3.1 -green )] ( # )
1111
1212> ** 网络马上通达,轻松连接分布在不同位置的设备与应用**
1313
@@ -50,11 +50,11 @@ Liaison 是一个企业级应用访问解决方案,不暴露任何内网端口
5050
5151``` bash
5252# 下载最新版本
53- wget https://github.com/singchia/liaison/releases/download/v1.3.0 /liaison-v1.3.0 -linux-amd64.tar.gz
53+ wget https://github.com/singchia/liaison/releases/download/v1.3.1 /liaison-v1.3.1 -linux-amd64.tar.gz
5454
5555# 解压
56- tar -xzf liaison-v1.3.0 -linux-amd64.tar.gz
57- cd liaison-v1.3.0 -linux-amd64
56+ tar -xzf liaison-v1.3.1 -linux-amd64.tar.gz
57+ cd liaison-v1.3.1 -linux-amd64
5858sudo ./install.sh
5959```
6060
Original file line number Diff line number Diff line change 66[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/singchia/liaison )] ( https://goreportcard.com/report/github.com/singchia/liaison )
77[ ![ License] ( https://img.shields.io/badge/License-Apache_2.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
88[ ![ Tech] ( https://img.shields.io/badge/Tech-Go%20%7C%20TypeScript%20%7C%20React-blue )] ( # )
9- [ ![ Version] ( https://img.shields.io/badge/Version-v1.3.0 -green )] ( # )
9+ [ ![ Version] ( https://img.shields.io/badge/Version-v1.3.1 -green )] ( # )
1010
1111> ** Network connectivity made simple — Easily connect devices and applications across different locations**
1212
@@ -47,9 +47,9 @@ Use cases:
4747** 1. Download**
4848
4949``` bash
50- wget https://github.com/singchia/liaison/releases/download/v1.3.0 /liaison-v1.3.0 -linux-amd64.tar.gz
51- tar -xzf liaison-v1.3.0 -linux-amd64.tar.gz
52- cd liaison-v1.3.0 -linux-amd64
50+ wget https://github.com/singchia/liaison/releases/download/v1.3.1 /liaison-v1.3.1 -linux-amd64.tar.gz
51+ tar -xzf liaison-v1.3.1 -linux-amd64.tar.gz
52+ cd liaison-v1.3.1 -linux-amd64
5353```
5454
5555** 2. Run install script**
Original file line number Diff line number Diff line change 1- v1.3.0
1+ v1.3.1
Original file line number Diff line number Diff line change @@ -259,9 +259,9 @@ <h2 class="section__title" data-i18n="quick_title">快速开始</h2>
259259 < h3 class ="card__title " data-i18n ="quick_install_title "> 安装 Liaison(服务端)</ h3 >
260260 < p class ="card__desc " data-i18n ="quick_install_desc "> 需要一台 Linux 机器(推荐 Ubuntu / Debian / CentOS),具备可被访问的公网 IP 或域名。</ p >
261261 < div class ="code ">
262- < pre > < code > wget https://github.com/singchia/liaison/releases/download/v1.3.0 /liaison-v1.3.0 -linux-amd64.tar.gz
263- tar -xzf liaison-v1.3.0 -linux-amd64.tar.gz
264- cd liaison-v1.3.0 -linux-amd64
262+ < pre > < code > wget https://github.com/singchia/liaison/releases/download/v1.3.1 /liaison-v1.3.1 -linux-amd64.tar.gz
263+ tar -xzf liaison-v1.3.1 -linux-amd64.tar.gz
264+ cd liaison-v1.3.1 -linux-amd64
265265sudo ./install.sh</ code > </ pre >
266266 </ div >
267267 < a class ="link " href ="https://github.com/singchia/liaison/blob/main/dist/liaison/README.md " target ="_blank " rel ="noreferrer " data-i18n ="quick_install_guide "> 查看安装指南</ a >
You can’t perform that action at this time.
0 commit comments