2019-08-20 00:32:30 +08:00
# DC-Agent
## Guide
2019-08-22 22:05:54 +08:00
### Linux、Darwin(Mac OS)
2019-08-20 00:32:30 +08:00
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
```sh
2019-08-27 11:54:31 +08:00
curl -O https://y-bi.top/setup.sh & & sudo chmod +x setup.sh & & sudo ./setup.sh
2019-08-22 22:05:54 +08:00
# Or
# wget https://y-bi.top/setup.sh
# sudo chmod +x setup.sh
# sudo ./setup.sh
2019-08-20 00:32:30 +08:00
```
### Windows
2019-08-25 21:30:34 +08:00
Download setup file: [https://y-bi.top/setup.exe ](https://y-bi.top/setup.exe )
2019-08-25 23:57:04 +08:00
注意:默认版本兼容.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)