Skip to content

Commit

Permalink
add author email
Browse files Browse the repository at this point in the history
  • Loading branch information
progman committed Mar 12, 2013
1 parent 4d2ee87 commit 5c04a2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Alexey Potehin http://www.gnuplanet.ru/doc/cv
Alexey Potehin <[email protected]>, http://www.gnuplanet.ru/doc/cv
3 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GeoIP sync function for node.js

1) install GeoIP (apt-get update && apt-get install geoip-database-contrib libgeoip-dev)
1) install GeoIP
(apt-get update && apt-get install geoip-database-contrib libgeoip-dev)
(may be need add 'non-free contrib' string in /etc/apt/sources.list)
2) get this module (git clone git://github.com/progman/node-geoip-sync.git)
3) build this module (node-waf configure build)
Expand Down
2 changes: 1 addition & 1 deletion src/node-geoip-sync.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
// 0.0.3
// Alexey Potehin http://www.gnuplanet.ru/doc/cv
// Alexey Potehin <[email protected]>, http://www.gnuplanet.ru/doc/cv
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
// apt-get install geoip-database-contrib libgeoip-dev
//------------------------------------------------------------------------------------------------------------------------------------------------------------------------//
Expand Down

0 comments on commit 5c04a2b

Please sign in to comment.