diff --git a/Command-Line-Client.md b/Command-Line-Client.md
new file mode 100644
index 0000000..7466b38
--- /dev/null
+++ b/Command-Line-Client.md
@@ -0,0 +1,21 @@
+## Installation
+
+Execute: go get github.com/jhillyerd/inbucket/cmd/client
+
+## Usage
+```
+Usage: client
+
+Subcommands:
+ commands list all command names
+ flags describe all known top-level flags
+ help describe subcommands and their syntax
+ list list contents of mailbox
+ match output messages matching criteria
+ mbox output mailbox in mbox format
+
+
+Top-level flags (use "client flags" for a full list):
+ -host=localhost: host/IP of Inbucket server
+ -port=9000: HTTP port of Inbucket server
+```
\ No newline at end of file