README: Layout
This commit is contained in:
parent
dd96754126
commit
b5df7ab94e
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
> An XMPP reminder bot written in C#.
|
> An XMPP reminder bot written in C#.
|
||||||
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Downloading Prebuilt Binaries
|
### Downloading Prebuilt Binaries
|
||||||
|
@ -38,6 +39,7 @@ mono [--debug] RhinoReminds.exe [--help]
|
||||||
RhinoReminds.exe [--help]
|
RhinoReminds.exe [--help]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
The bot operates on natural language instructions. It picks what to do from the first word in the sentence, but the rest is parsed via AI.
|
The bot operates on natural language instructions. It picks what to do from the first word in the sentence, but the rest is parsed via AI.
|
||||||
|
|
||||||
|
@ -67,6 +69,7 @@ Delete number eight
|
||||||
Delete reminders 2, 3, 4, and 7
|
Delete reminders 2, 3, 4, and 7
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
Contributions are welcome! Bug reports can be opened against this repository if you have an account. Otherwise, send them to `bugs at starbeamrainbowlabs dot com`.
|
Contributions are welcome! Bug reports can be opened against this repository if you have an account. Otherwise, send them to `bugs at starbeamrainbowlabs dot com`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue