From 57cb09914cf1cd2f5075df30e09369f7c6dfa361 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 15 Aug 2022 07:56:07 -0500 Subject: [add] readme [doc] --- README.org | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..90b76d7 --- /dev/null +++ b/README.org @@ -0,0 +1,71 @@ +* ๐Ÿงต๐Ÿˆ Threadcat + /A radically simple, low feature, message board for shared *nix systems/ + +Why? Because its just 4 small shell scripts and some easy-to-do +directory config. + +** Basic Idea + + You post to threadcat using =cat= or =echo=. Here is an example: + + : cat < +usermod -a -G threadcat + +# make the threadcat directory +mkdir /opt/threadcat + +#and make it and its contents writable by threadcat group +chown root:threadcat /opt/threadcat +chmod g+rwxs /opt/threadcat + +#+end_src + +Thats it! + -- cgit v1.2.3