skeletonizing. no, that's not a word
parent
2d4696a29e
commit
83b68e0412
91
README.md
91
README.md
|
@ -121,8 +121,15 @@ This section consists of the following subsections:
|
||||||
|
|
||||||
- [Conventions used in this documentation](#conventions-used-in-this-documentation)
|
- [Conventions used in this documentation](#conventions-used-in-this-documentation)
|
||||||
- [Requirements](#requirements)
|
- [Requirements](#requirements)
|
||||||
|
- [Starting tildemush](#starting-tildemush)
|
||||||
|
- [Creating a new user account](#creating-a-new-user-account)
|
||||||
|
- [Logging in](#loggin-in)
|
||||||
|
- [Resetting your password](#resetting-your-password)
|
||||||
|
- [Configuring tildemush](#configuring-tildemush)
|
||||||
|
- [Exiting from the start menu](#exiting-from-the-start-menu)
|
||||||
|
|
||||||
## Conventions used in this documentation
|
## Conventions used in this documentation
|
||||||
|
|
||||||
* **Note** - Notes signify additional information
|
* **Note** - Notes signify additional information
|
||||||
* **Tip** - Tips signify an alternate procedure for completing a step
|
* **Tip** - Tips signify an alternate procedure for completing a step
|
||||||
* **Caution** - Cautions signify that damage or loss of data may occur
|
* **Caution** - Cautions signify that damage or loss of data may occur
|
||||||
|
@ -136,6 +143,63 @@ This section consists of the following subsections:
|
||||||
|
|
||||||
* A [tilde.town](https://tilde.town) account
|
* A [tilde.town](https://tilde.town) account
|
||||||
|
|
||||||
|
## Starting tildemush
|
||||||
|
|
||||||
|
Starting tildemush will run the software required to connect to the
|
||||||
|
tildemush virtual community that exists on
|
||||||
|
[tilde.town](https://tilde.town).
|
||||||
|
|
||||||
|
### To start tildemush
|
||||||
|
|
||||||
|
**Caution** - Before continuing, you should know that tildemush's
|
||||||
|
database may be wiped at any time, because it is still under
|
||||||
|
development. This means that anything you create, may be deleted at
|
||||||
|
any time.
|
||||||
|
|
||||||
|
1. `ssh` into [tilde.town](https://tilde.town)
|
||||||
|
2. Run `tmclient`
|
||||||
|
3. Press the `enter-key`
|
||||||
|
|
||||||
|
## Creating a new user account
|
||||||
|
|
||||||
|
TODO: Significance to user
|
||||||
|
|
||||||
|
### To create a new user account
|
||||||
|
|
||||||
|
TODO: procedures
|
||||||
|
|
||||||
|
## Logging in
|
||||||
|
|
||||||
|
TODO: Significance to user
|
||||||
|
|
||||||
|
### To log in
|
||||||
|
|
||||||
|
TODO: procedures
|
||||||
|
|
||||||
|
## Resetting your password
|
||||||
|
|
||||||
|
TODO: Significance to user
|
||||||
|
|
||||||
|
### To reset your password
|
||||||
|
|
||||||
|
TODO: procedures
|
||||||
|
|
||||||
|
## Configuring tildemush
|
||||||
|
|
||||||
|
TODO: Significance to user
|
||||||
|
|
||||||
|
### To configure tildemush
|
||||||
|
|
||||||
|
TODO: procedures
|
||||||
|
|
||||||
|
## Exiting from the start menu
|
||||||
|
|
||||||
|
TODO: Significance to user
|
||||||
|
|
||||||
|
### To exit from the start menu
|
||||||
|
|
||||||
|
TODO: procedures
|
||||||
|
|
||||||
# Understanding the interface
|
# Understanding the interface
|
||||||
|
|
||||||
This section will introduce you to each interface tab, and each element inside of each tab.
|
This section will introduce you to each interface tab, and each element inside of each tab.
|
||||||
|
@ -279,26 +343,6 @@ This section consists of the following subsections:
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
## Starting tildemush
|
|
||||||
|
|
||||||
Starting tildemush will run the software required to connect to the
|
|
||||||
tildemush virtual community that exists on
|
|
||||||
[tilde.town](https://tilde.town).
|
|
||||||
|
|
||||||
### To start tildemush
|
|
||||||
|
|
||||||
**Caution** - Before continuing, you should know that tildemush's
|
|
||||||
database may be wiped at any time, because it is still under
|
|
||||||
development. This means that anything you create, may be deleted at
|
|
||||||
any time.
|
|
||||||
|
|
||||||
1. `ssh` into [tilde.town](https://tilde.town)
|
|
||||||
|
|
||||||
2. Run `tmclient`
|
|
||||||
|
|
||||||
3. Use the `up-arrow`, `down-arrow`, and `enter-key` to login or
|
|
||||||
create an account
|
|
||||||
|
|
||||||
## Sending a message to all users in your current location
|
## Sending a message to all users in your current location
|
||||||
|
|
||||||
The MAIN tab allows you to interact with users and objects. The MAIN tab is where you will communicate with other users.
|
The MAIN tab allows you to interact with users and objects. The MAIN tab is where you will communicate with other users.
|
||||||
|
@ -334,6 +378,13 @@ This section consists of the following subsections:
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
|
# Frequently asked questions
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
* **Is tildemush the same as IRC?**
|
||||||
|
* TODO: Answer
|
||||||
|
|
||||||
# Extra tips
|
# Extra tips
|
||||||
|
|
||||||
This section will describe useful actions for working in tildemush and the terminal.
|
This section will describe useful actions for working in tildemush and the terminal.
|
||||||
|
|
Loading…
Reference in New Issue