diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-30 14:31:41 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-30 14:31:41 -0400 |
commit | f3c780970b05a1e78152920d4dfc5e154e82e212 (patch) | |
tree | ea59f8b431d63cd0a3151012761e8fab5a293ccb | |
parent | 49759e0a25e185bab1018879e67a87e794253586 (diff) | |
download | clinte-f3c780970b05a1e78152920d4dfc5e154e82e212.tar.gz |
updated usage
-rw-r--r-- | README.md | 10 |
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 |