Skip to content

Commit b528dc4

Browse files
committed
Update README.md to warn that no supports for windows yet
1 parent 7a11d65 commit b528dc4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ __GeoIP binding for nodejs__
77

88
Get geolocation information based on domain or IP address.
99

10-
**Pure javascript implementation**
10+
**Limitations**
1111

12-
If you are looking for a pure javascript implementation, the [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your choice.
12+
Since this module required to compile geoip c library during the installtion, due to the difficulty that compile this c library on windows, currenlty, __this module can not be used on windows, yet.__
13+
14+
I recommend that choosing a pure javascript implementation instead, [`node-geoip`](https://github.com/bluesmoon/node-geoip) maybe your best candicate.
1315

1416
###Technical Architecture
1517

0 commit comments

Comments
 (0)