updating readme

master
Jordan Orelli 10 years ago
parent fe8addb0ae
commit 7b239a77d7

@ -12,4 +12,9 @@ then `go build` and have fun
In the client: In the client:
`notes/create $title` to create a note `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

Loading…
Cancel
Save