aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:20:11 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2015-09-27 01:20:11 +0200
commitc03c56c740bb1f580e683e943ec739fae850d9ab (patch)
tree2e7bdb8ca11b948f311cfcf937853d3985770399
parentf05e40a30a008e0197fe0c8b192f399c448a95c6 (diff)
downloadtermo-c03c56c740bb1f580e683e943ec739fae850d9ab.tar.gz
termo-c03c56c740bb1f580e683e943ec739fae850d9ab.tar.xz
termo-c03c56c740bb1f580e683e943ec739fae850d9ab.zip
Update and fix README
-rw-r--r--README10
1 files 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