Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Mar 23, 2023
1 parent c885d50 commit f0fe129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Open-GeoIP: 简单且高性能的 IP 地址地理信息查询服务
```
tar -zxvf open-geoip-0.1.0-linux-amd64.tar.gz
cd open-geoip/
chmod +x control
./control start
```
访问你服务器的 80 端口即可使用。
Expand All @@ -32,6 +31,8 @@ systemctl start open-geoip

### 编译打包
```
git clone https://github.com/ECNU/open-geoip.git
cd open-geoip/
chmod +x control
./control pack
```
Expand Down

0 comments on commit f0fe129

Please sign in to comment.