Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evandixon committed Sep 24, 2018
1 parent 3220bfb commit 5d34170
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
* Watchog - Starts Ditto and watches to make sure it's online, restarting it if necessary. This is needed because on some systems, Ditto dies so hard its error handling doesn't kick in, whenever there's a Discord outage for any length.

## Usage
1. Create the json settings files. Instructions coming eventually.
2. Run startup.sh
3. Run shutdown.sh to shutdown
1. Create the json settings files. You need two of them that deserialize into each of these classes:
- [https://github.com/projectpokemon/Ditto/blob/master/Ditto/DiscordConnectionInfo.cs](DiscordConnectionInfo)
- [https://github.com/projectpokemon/Ditto/blob/master/Ditto/IrcConnectionInfo.cs](IrcConnectionInfo)
You can create as many of these as you want, and you can link them by naming them accordingly. For example, Server1.discord.json and Server1.irc.json are a single linked pair, and Server2.discord.json and Server2.irc.json are another linked pair.
2. Place them in the working directory
3. Run Ditto.

0 comments on commit 5d34170

Please sign in to comment.