besterd/README.md

29 lines
545 B
Markdown
Raw Permalink Normal View History

2020-04-16 14:48:53 +02:00
besterd
=======
2020-04-17 15:45:17 +02:00
[![Build Status](https://travis-ci.org/besterprotocol/besterd.svg?branch=master)](https://travis-ci.org/besterprotocol/besterd)
2020-04-19 00:23:19 +02:00
Bester protocol daemon, yes I know a description could do. Think XMPP but general and modular.
Not related to the devil.
2020-04-16 14:48:53 +02:00
## Usage
Run as follows, where `<configFile>` is the JSON configuration file of your
bester daemon:
````
./besterd <configFile>
````
## Build
Make sure you have `dub` and `dmd` installed, clone the repository and run the following:
````
2020-04-16 15:03:30 +02:00
dub build
2020-04-19 00:23:19 +02:00
````
2020-04-19 16:51:35 +02:00
## Testing
*TODO*