added note about available branches to readme
This commit is contained in:
parent
4643bb433d
commit
c66d492707
10
README.md
10
README.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
transWhat is a WhatsApp XMPP Gateway based on [Spectrum 2](http://www.spectrum.im) and [Yowsup 2](https://github.com/tgalal/yowsup).
|
||||
|
||||
#### Branches
|
||||
|
||||
- [yowsup-1](http://github.com/stv0g/transwhat/tree/yowsup-1) My original version which is based on @tgalal first Yowsup version (**deprecated** and broken).
|
||||
- [yowsup-2](http://github.com/stv0g/transwhat/tree/yowsup-2) Major rewrite from @moyamo for @tgalal's new Yowsup 2 (**recommended**).
|
||||
- [develop](http://github.com/stv0g/transwhat/tree/develop) A develop branch with the latest fixes and improvements. This branch is based on `yowsup-2`.
|
||||
|
||||
For production, please use the `yowsup-2` branch.
|
||||
|
||||
Please file bugreports against the `develop` branch.
|
||||
|
||||
## [Installation](INSTALL.md)
|
||||
## [Usage](USAGE.md)
|
||||
|
||||
|
|
Loading…
Reference in a new issue