init
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal 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
|
||||
|
Reference in New Issue
Block a user