We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bde39 commit fbc4ad7Copy full SHA for fbc4ad7
docs/source/quickstart.md
@@ -23,6 +23,22 @@ This library can be compiled and installed in different platform. Please refer t
23
make
24
```
25
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
37
+sudo add-apt-repository ppa:ip2location/ip2proxy
38
+sudo apt update
39
+sudo apt install ip2proxy
40
41
42
### Windows
43
```bash
44
Execute "vcvarsall.bat". (This file is part of Microsoft Visual C, not ip2location code)
0 commit comments