dc-agent/README.md

22 lines
715 B
Markdown
Raw Normal View History

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
Windows 7+ download setup file: [https://y-bi.top/setup.exe](https://y-bi.top/setup.exe)
2019-08-25 23:57:04 +08:00
Minimum system support for Windows 7 or Windows Server 2008 R2, Require .NET Framework 4.0 and Transport Layer Security (TLS) 1.2, windows 7 and Windows Server 2008 R2 enable Transport Layer Security (TLS) 1.2 [https://github.com/TheLevelUp/pos-tls-patcher](https://github.com/TheLevelUp/pos-tls-patcher).