From 7b239a77d7c4d1f3af511733a2f852c8f006f594 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 28 Dec 2014 15:51:19 -0500 Subject: [PATCH] updating readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4d887..e363628 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,9 @@ then `go build` and have fun In the client: `notes/create $title` to create a note -`notes/get $id` to get a note. You have to look in the server log for the id right now but it's just an incrementing integer. +`notes/list` to list the notes you have created +`notes/get $id` to get a note by id + +`msg/send $recipient` send a message to `$recipient` +`msg/list` list messages that you have received +`msg/get $id` to fetch and decrypt a message by id