1
0
mirror of https://github.com/Cloudef/bemenu synced 2024-09-24 13:01:30 +02:00

Merge branch 'dev/readme' into develop

This commit is contained in:
VoidAtValhalla 2014-03-18 22:05:36 +01:00
commit 5bd81e8d38

View File

@ -18,3 +18,10 @@ Dynamic menu library and client program inspired by dmenu
* **Build system** - [CMake](http://www.cmake.org/)
* **API documentation** - [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html)
(JavaDoc style comments)
* **Branches**
* **master** - stable releases (permanent)
* **develop** - development (permanent), merge back to **master**
* **dev/topic** - topic related development (temporary), branch off from
**develop** and merge to **develop**
* **hotfix/issue** - stable release bugfixes (temporary), branch off from
**master** and merge to **master** and **develop**