Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2018-08-27 21:33:29 +0300
committerMartin Polden <mpolden@mpolden.no>2018-08-27 21:50:56 +0300
commit988f3fd19ad03bdd09e65092725ebdf45ab084f3 (patch)
tree52c3ed294c44bec2506a777152f11906ca44fed9 /README.md
parentbc5e1ae713dcdedcaaa43a31b4c9c1b66aad550c (diff)
Rename ipd -> echoip
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index e3c0fd4..aa54496 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# ipd
+# echoip
-[![Build Status](https://travis-ci.org/mpolden/ipd.svg)](https://travis-ci.org/mpolden/ipd)
+[![Build Status](https://travis-ci.org/mpolden/echoip.svg)](https://travis-ci.org/mpolden/echoip)
A simple service for looking up your IP address. This is the code that powers
https://ifconfig.co.
@@ -89,7 +89,7 @@ between IPv4 and IPv6 lookup.
Compiling requires the [Golang compiler](https://golang.org/) to be installed.
This package can be installed with `go get`:
-`go get github.com/mpolden/ipd/...`
+`go get github.com/mpolden/echoip/...`
For more information on building a Go project, see the [official Go
documentation](https://golang.org/doc/code.html).
@@ -97,9 +97,9 @@ documentation](https://golang.org/doc/code.html).
### Usage
```
-$ ipd -h
+$ echoip -h
Usage:
- ipd [OPTIONS]
+ echoip [OPTIONS]
Application Options:
-f, --country-db=FILE Path to GeoIP country database