style: Add some tips

pull/9/head
Dct Mei 2020-04-29 14:40:52 +08:00
parent f1ce0cb4c0
commit 9c8f7fbbbf
No known key found for this signature in database
GPG Key ID: 50BF8B712DCAD7EA
2 changed files with 14 additions and 1 deletions

View File

@ -56,6 +56,7 @@ or
```
# curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh
# curl -O https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-dat-release.sh
```
## 使用
@ -68,6 +69,12 @@ or
# bash install-release.sh
```
### 安裝最新發行的 geoip.dat 和 geosite.dat
```
# bash install-dat-release.sh
```
### 移除 V2Ray
```

View File

@ -5,7 +5,13 @@
# https://github.com/v2ray/geoip
# https://github.com/v2ray/domain-list-community
# Need cURL, please solve it by yourself
# Depends on cURL, please solve it yourself
# You may plan to execute this Bash script regularly:
# install -m 755 install-dat-release.sh /usr/local/bin/install-dat-release
# 0 0 * * * /usr/local/bin/install-dat-release > /dev/null 2>&1
V2RAY="/usr/local/lib/v2ray/"
DOWNLOAD_LINK_GEOIP="https://github.com/v2ray/geoip/releases/latest/download/geoip.dat"