From 65734e53bb1e613504d12702947dec255933ea57 Mon Sep 17 00:00:00 2001 From: Martin Polden Date: Wed, 21 Nov 2012 13:58:06 +0100 Subject: [PATCH] Update readme --- README.md | 14 +++++++++++--- 1 file 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