dc-agent/README.md
2019-09-01 01:44:55 +08:00

24 lines
652 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 && sudo ./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)
Minimum system support for Windows XP, Require .NET Framework 4.0.
For security, it is recommended to open tls1.2, enable Transport Layer Security (TLS) 1.2 [https://github.com/TheLevelUp/pos-tls-patcher](https://github.com/TheLevelUp/pos-tls-patcher).