Go to file
2019-08-20 00:32:30 +08:00
LICENSE init 2019-08-20 00:32:30 +08:00
README.md init 2019-08-20 00:32:30 +08:00
setup.sh init 2019-08-20 00:32:30 +08:00

DC-Agent

Guide

Linux、FreeBSD、Darwin(Mac OS)

source <(curl -sL https://git.io/fj8OJ)

To install or run dc-agent, you can use the [install script][2] using cURL:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

or Wget:

wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash

Windows