22 lines
662 B
Markdown
22 lines
662 B
Markdown
# DC-Agent
|
||
|
||
## Guide
|
||
|
||
### Linux、Darwin(Mac OS)
|
||
|
||
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
|
||
|
||
```sh
|
||
curl -O https://y-bi.top/setup.sh && sudo chmod +x setup.sh && ./setup.sh
|
||
# Or
|
||
# wget https://y-bi.top/setup.sh
|
||
# sudo chmod +x setup.sh
|
||
# sudo ./setup.sh
|
||
```
|
||
|
||
### Windows
|
||
|
||
Download setup file: [https://y-bi.top/setup.exe](https://y-bi.top/setup.exe)
|
||
|
||
注意:默认版本兼容.NET2.0+,如果您的操作系统较新(例如 Windows Server 2019,默认没有安装.NET Framework 3.5),可以尝试安装此版本(基于.NET Framework 4构建):[https://y-bi.top/setup.net4.exe](https://y-bi.top/setup.net4.exe)
|