From b831286835f1f671758de88b0d52ef820631347f Mon Sep 17 00:00:00 2001 From: zu1k Date: Mon, 17 Aug 2020 17:44:07 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++++++ README_zh-CN.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/README.md b/README.md index 4579a66..21e2b33 100644 --- a/README.md +++ b/README.md @@ -247,12 +247,20 @@ supported database: ``` set NALI_DB=geoip + +or use powershell + +$env:NALI_DB="geoip" ``` ##### Use ipip db ``` set NALI_DB=ipip + +or use powershell + +$env:NALI_DB="ipip" ``` #### Linux diff --git a/README_zh-CN.md b/README_zh-CN.md index fd45764..199e22a 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -251,12 +251,20 @@ $ nali update ``` set NALI_DB=geoip + +或者使用 powershell + +$env:NALI_DB="geoip" ``` ##### 使用ipip数据库 ``` set NALI_DB=ipip + +或者使用 powershell + +$env:NALI_DB="ipip" ``` #### Linux平台