fix bug
This commit is contained in:
19
README.md
19
README.md
@ -2,23 +2,16 @@
|
||||
|
||||
## Guide
|
||||
|
||||
### Linux、FreeBSD、Darwin(Mac OS)
|
||||
|
||||
```shell
|
||||
source <(curl -sL https://git.io/fj8OJ)
|
||||
|
||||
```
|
||||
### Linux、Darwin(Mac OS)
|
||||
|
||||
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
|
||||
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
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
Reference in New Issue
Block a user