dc-agent/README.md
2019-08-25 21:30:17 +08:00

20 lines
390 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.sh](https://y-bi.top/setup.sh)