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