Skip to content

Commit 453d7ca

Browse files
committed
添加下载链接
1 parent 2a495ac commit 453d7ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ debug
4848

4949
### 下载 (暂无)
5050

51-
```sh
52-
wget -O lcode-hub https://xxxxxx/ && chmod +x lcode-hub && sudo mv lcode-hub /usr/local/bin/
53-
```
51+
[点击前往 Releases 下载](https://github.com/vscode-lcode/lcode/releases)
52+
53+
其他架构的请从源码 build 或提出 issues 添加需要的架构
5454

5555
### 从源码 build
5656

@@ -74,7 +74,7 @@ Host *
7474
ControlMaster auto
7575
ControlPath /tmp/ssh_control_socket_%lcodeh_%p_%r
7676
# 启动lcode-hub
77-
LocalCommand lcode-hub >/dev/null &
77+
LocalCommand ~/go/bin/lcode-hub >/dev/null &
7878
PermitLocalCommand yes
7979
```
8080

0 commit comments

Comments
 (0)