mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-02-02 09:28:46 +08:00
Update download link
This commit is contained in:
parent
bd7f416c67
commit
2bf8c418a0
22
README.md
22
README.md
|
@ -16,19 +16,31 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
## 安装使用
|
## 安装
|
||||||
|
|
||||||
目前还处于开发中,需要您手动编译来安装(仅有一个可执行文件)。后续将会通过持续构建生成二进制文件,欢迎您对此做出贡献,[查阅 issue](https://gitee.com/RubyMetric/chsrc/issues/I7ZBDR)
|
目前还处于开发中,需要您手动编译来安装(仅有一个可执行文件)。后续将会通过持续构建生成二进制文件,欢迎您对此做出贡献,[查阅 issue](https://gitee.com/RubyMetric/chsrc/issues/I7ZBDR)。可先体验预编译版本:
|
||||||
|
|
||||||
可先体验预编译版本:
|
### Windows
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Windows
|
# x64
|
||||||
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-Windows.exe
|
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-windows.exe
|
||||||
|
|
||||||
|
# x86
|
||||||
|
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x86-windows.exe
|
||||||
|
```
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# x64
|
||||||
|
curl -LO https://gitee.com/RubyMetric/chsrc/releases/download/preview/chsrc-x64-linux
|
||||||
```
|
```
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
## 使用
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
使用:chsrc <command> [target]
|
使用:chsrc <command> [target]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user