From c03c56c740bb1f580e683e943ec739fae850d9ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sun, 27 Sep 2015 01:20:11 +0200 Subject: [PATCH] Update and fix README --- README | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README b/README index 1560e57..6bd1979 100644 --- a/README +++ b/README @@ -18,8 +18,8 @@ Build dependencies: cmake >= 2.8.5, pkg-config Optional dependencies: Unibilium (alternative for curses), GLib (for the demos) $ git clone https://github.com/pjanouch/termo.git - $ mkdir build - $ cd build + $ mkdir termo/build + $ cd termo/build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug To install the library, you can do either the usual: @@ -54,6 +54,12 @@ needed for you to enjoy the benefits of proper terminal input. The rest is just me going silly over formatting and various unimportant stuff. Oh, and I've deleted the manpages. It needs more Doxygen. :) TBD +Contributing and Support +------------------------ +Use this project's GitHub to report any bugs, request features, or submit pull +requests. If you want to discuss this project, or maybe just hang out with +the developer, feel free to join me at irc://anathema.irc.so, channel #anathema. + License ------- `termo' is based on the `termkey' library, originally written by Paul Evans