This commit is contained in:
2019-08-20 00:32:30 +08:00
commit 1b77233ab3
3 changed files with 167 additions and 0 deletions

25
README.md Normal file
View File

@ -0,0 +1,25 @@
# DC-Agent
## Guide
### Linux、FreeBSD、Darwin(Mac OS)
```shell
source <(curl -sL https://git.io/fj8OJ)
```
To **install** or **run** dc-agent, you can use the [install script][2] using cURL:
```sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
```
or Wget:
```sh
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
```
### Windows