aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-15 08:24:41 -0500
committerColin Okay <colin@cicadas.surf>2022-08-15 08:24:41 -0500
commit52324cda51102ffc3dc153780cd9ed6648ce7f9e (patch)
tree1671daf8dd2cee3b7693c83227544dd0d23b524d
parent6a6d2b12b5bc2132e636420e5549fc506e362c28 (diff)
[doc] more tweaking
-rw-r--r--README.org17
1 files changed, 14 insertions, 3 deletions
diff --git a/README.org b/README.org
index 008239a..aef1a1c 100644
--- a/README.org
+++ b/README.org
@@ -18,14 +18,25 @@ EOF
#+end_src
-Or you can post a short message with =echo=:
+The above would append the follwing message to a thread called =SomeThread=
+
+#+begin_quote
+
+colin -- Mon Aug 15 08:23:10 AM CDT 2022
+
+Here is a message!
+It can be multiline!
+
+#+end_quote
+
+You can post a short message with =echo=:
#+begin_src shell
echo Just saying Hey | threadcat write SomeOtherThread
#+end_src
-For longer messages, you can of course use a text editor of choice to
-compose it, save it as a file, then at it that way:
+For very long messages, you can of course use a text editor of choice
+to compose it. Just save it as a file, then post it like so:
#+begin_src shell