dc-agent/README.md

19 lines
314 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-22 22:05:54 +08:00
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
2019-08-20 00:32:30 +08:00
```
### Windows