updated the how-it-works/cycle-of-operations
parent
1623511e99
commit
335f68aa93
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# nicethings
|
# nicethings
|
||||||
|
|
||||||
A program for shared unix servers, specifically [tilde.town](https://tilde.town), to cheer people up .
|
A program for shared Unix servers, specifically [tilde.town](https://tilde.town), to cheer people up .
|
||||||
|
|
||||||
# Table of Contents
|
# Table of Contents
|
||||||
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
|
||||||
|
@ -12,9 +12,11 @@ A program for shared unix servers, specifically [tilde.town](https://tilde.town)
|
||||||
|
|
||||||
# How it works
|
# How it works
|
||||||
|
|
||||||
Users collaborate by adding or removing nice messages to their own
|
Each user on the shared Unix server may have a `.nicethings` file. The
|
||||||
list, where the messages are combined and then displayed at random by
|
`.nicethings` file may be populated with a list of nice messages
|
||||||
any user.
|
created by a user. All users' `.nicethings` files are converted to
|
||||||
|
lists. All lists are combined into one list. A random nice message is
|
||||||
|
picked from from this list and is displayed to the user.
|
||||||
|
|
||||||
## How it works in detail
|
## How it works in detail
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue