Skip to content

Commit fbc4ad7

Browse files
committed
Update quickstart.md
1 parent 90bde39 commit fbc4ad7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/source/quickstart.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,22 @@ This library can be compiled and installed in different platform. Please refer t
2323
make
2424
```
2525

26+
### Debian
27+
28+
```bash
29+
curl -LO https://github.com/ip2location/ip2proxy-c/releases/download/4.1.2/ip2proxy-4.1.2.deb
30+
sudo dpkg -i ip2proxy-4.1.2.deb
31+
```
32+
33+
34+
### Ubuntu
35+
36+
```bash
37+
sudo add-apt-repository ppa:ip2location/ip2proxy
38+
sudo apt update
39+
sudo apt install ip2proxy
40+
```
41+
2642
### Windows
2743
```bash
2844
Execute "vcvarsall.bat". (This file is part of Microsoft Visual C, not ip2location code)

0 commit comments

Comments
 (0)