hunter-packages / hunter-bot

Bot for Hunter package manager
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Create docs on readthedocs.org #5

Open ruslo opened 8 years ago

ruslo commented 8 years ago

I created docs and do test them on Travis. Need to add installation instructions of Rust stuff.

Cyberunner23 commented 8 years ago

Need to add installation instructions of Rust stuff.

For travis or overall?

ruslo commented 8 years ago

I found a way to install Rust manually: http://hunterbot.readthedocs.io/en/latest/install-rust.html. Install + build added to .travis.yml.

ruslo commented 8 years ago

What is the format of configuration file? For now hunter-bot executable exits with no error messages.

Cyberunner23 commented 8 years ago

The config file is a TOML formatted file and for the no error essages one of the latest commits to the develop branch should fix it (it wont log anything that happens before the logger starts (right now only when the logger fails to load)) but it will print to stdout or stderr. I don't remember which one the panic macro uses.