We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a495ac commit 453d7caCopy full SHA for 453d7ca
1 file changed
README.md
@@ -48,9 +48,9 @@ debug
48
49
### 下载 (暂无)
50
51
-```sh
52
-wget -O lcode-hub https://xxxxxx/ && chmod +x lcode-hub && sudo mv lcode-hub /usr/local/bin/
53
-```
+[点击前往 Releases 下载](https://github.com/vscode-lcode/lcode/releases)
+
+其他架构的请从源码 build 或提出 issues 添加需要的架构
54
55
### 从源码 build
56
@@ -74,7 +74,7 @@ Host *
74
ControlMaster auto
75
ControlPath /tmp/ssh_control_socket_%lcodeh_%p_%r
76
# 启动lcode-hub
77
- LocalCommand lcode-hub >/dev/null &
+ LocalCommand ~/go/bin/lcode-hub >/dev/null &
78
PermitLocalCommand yes
79
```
80
0 commit comments