summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-30 18:17:29 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-30 18:21:38 -0400
commit2a3d402fa58d9a4aa709ae74dac396b37f8ddf57 (patch)
tree72abf1ebc10b07538522d75ddd731aae0dc661bd
parent809b28722d55632a1ee5ed081084a74c9a011ef9 (diff)
downloadclinte-2a3d402fa58d9a4aa709ae74dac396b37f8ddf57.tar.gz
Updated usage info
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index eb6ada3..50e4fe2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ Command-line community notice board. Post simple notes for other users to see.
 ## Features
 
 * Username is tagged based on the executing user
-* Shows the 30 most recent posts in descending order
+* Shows the 15 most recent posts in descending order
 * Able to go back and edit your own posts
 * Title <= 30 chars
 * Body <= 500 chars
@@ -44,6 +44,11 @@ $ sudo make install
 Issuing the program name itself will list
 the currently available posts, like in the screenshot above.
 
+To display the 15 most recent posts:
+```
+$ clinte
+```
+
 To make a new post:
 
 ```
@@ -62,6 +67,12 @@ $ clinte update
 then you will be asked for the new title and body after being shown the
 previous title and body.
 
+To delete a post:
+```
+$ clinte delete
+```
+Then `clinte` asks for the numeric ID of the post to delete.
+
 ## Contributing
 
 This is very new, so feel free to hack on it in any way you