peek: add README.md

refs #2816

Change-Id: Idfb33cb5eee5f26957dd1dc836785c3c263b1c1c
diff --git a/tools/peek/README.md b/tools/peek/README.md
new file mode 100644
index 0000000..5c6fb35
--- /dev/null
+++ b/tools/peek/README.md
@@ -0,0 +1,14 @@
+# ndnpeek and ndnpoke
+
+**ndnpeek** and **ndnpoke** are a pair of programs to request and make available for retrieval of a single Data packet.
+
+* **ndnpeek** is a consumer program that sends one Interest and expects one Data.
+* **ndnpoke** is a producer program that serves one Data in response to an Interest.
+
+Usage example:
+
+1. start NFD on local machine
+2. execute `echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello`
+3. on another console, execute `ndnpeek -p ndn:/localhost/demo/hello`
+
+For more information, consult manpages of these programs.