about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-30 14:31:41 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-30 14:31:41 -0400
commitf3c780970b05a1e78152920d4dfc5e154e82e212 (patch)
treeea59f8b431d63cd0a3151012761e8fab5a293ccb
parent49759e0a25e185bab1018879e67a87e794253586 (diff)
downloadclinte-f3c780970b05a1e78152920d4dfc5e154e82e212.tar.gz
updated usage
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b56386..eb6ada3 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,6 @@ Current build dependencies are as follows:
 
 * `rustc/cargo >= 1.36`
 * `libsqlite3-dev`
-* `git >= 2.20`
-* `GNU make ~= 4.2.1 (not tested with BSD make)`
 
 The installation for the build deps will vary based on your OS (`Linux, BSD`)
 
@@ -56,6 +54,14 @@ $ clinte post
 tagged automatically by your logged-in username, reflecting its intended use on
 multi-user UNIX-like systems.
 
+To edit a post:
+```
+$ clinte update
+```
+`clinte` will ask for the ID number of the post. If it's been authored by you,
+then you will be asked for the new title and body after being shown the
+previous title and body.
+
 ## Contributing
 
 This is very new, so feel free to hack on it in any way you