Documentation and developer documentation

This commit is contained in:
Matthias
2018-12-05 19:48:59 +01:00
parent 21906e4892
commit 1a10e12861
3 changed files with 66 additions and 1 deletions

View File

@@ -72,6 +72,10 @@ pip3.6 install mypy
mypy freqtrade
```
## Getting started
Best start by reading the [documentation](https://github.com/freqtrade/freqtrade/blob/develop/docs/index.md) to get a feel for what is possible with the bot, or head straight to the [Developer-documentation](https://github.com/freqtrade/freqtrade/blob/develop/docs/developer.md) (WIP) which should help you getting started.
## (Core)-Committer Guide
### Process: Pull Requests