Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yangliu committed Jul 20, 2021
1 parent 2b6e0de commit e655531
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Quickly convert your Alpine Linux host/vm into a Clash-based gateway.
2. Please configure your network during the installation. Static IP is recommended but not mandatory.
3. Run following command, and follow the instruction.
```
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].4/scripts/install.sh | sh
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].5/scripts/install.sh | sh
```
or
```
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].4/scripts/install.sh | sh -s /etc/acg
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].5/scripts/install.sh | sh -s /etc/acg
```
## Update to current version
```
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].4/scripts/update.sh | sh
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].5/scripts/update.sh | sh
```
or
```
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].4/scripts/update.sh | sh -s /etc/acg
wget -O - https://cdn.jsdelivr.net/gh/yangliu/[email protected].5/scripts/update.sh | sh -s /etc/acg
```


Expand Down

0 comments on commit e655531

Please sign in to comment.