26 lines
406 B
Markdown
26 lines
406 B
Markdown
# 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
|
|
|