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 <martin.polden@gmail.com>2012-11-21 16:58:06 +0400
committerMartin Polden <martin.polden@gmail.com>2012-11-21 17:11:18 +0400
commit65734e53bb1e613504d12702947dec255933ea57 (patch)
treebf0def0a4fb04f7a8cdf3bbcf22626688143fd10 /README.md
parent28cba59a6ecad2ff40d27700453c57f76815a2a8 (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
diff --git a/README.md b/README.md
index a3b6ae8..3d5b120 100644
--- a/README.md
+++ b/README.md
@@ -6,13 +6,17 @@ http://ifconfig.co
Basic usage
===========
- # The usual suspects
+
+The usual suspects
+------------------
$ curl ifconfig.co
127.0.0.1
$ wget -O - ifconfig.co
127.0.0.1
- # BSD fetch
- $ fetch -o - ifconfig.co
+
+BSD fetch
+---------
+ $ fetch -q -o - ifconfig.co
127.0.0.1
Pass the appropriate flag (usually -4 and -6) to your tool to switch between
@@ -26,6 +30,10 @@ Features
* Fast
* Supports typical CLI tools (curl, wget and fetch)
+Dependencies (optional)
+=======================
+* Daemonize script depends on https://github.com/bmc/daemonize
+
Why?
====
* To scratch an itch