README.md (405B)
1 ## get-ip 2 3 Very simple c utility to get your public ip address from command line, useful for when you are hosting a game server 4 5 ## Dependencies 6 You just need libcurl-dev installed on your machine and it should work fine, if you are using a different compiler than clang, just modify the makefile. 7 8 ## Installation 9 10 To install it into /usr/local/bin for use on the command just run "make install" as sudo