From 5a4f04987f6d17b0dc41dace43ca8874405ed332 Mon Sep 17 00:00:00 2001 From: Samuel Fadel Date: Sat, 7 Jun 2014 14:37:58 -0300 Subject: Added README.md file. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cfe94d --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# T # + +*T* is a lean **T**erminal emulator. The project aims to keep it as simple as +possible, while still being usable. Configuration is done by modifying the file +`config.h`. + +## Compilation ## +To compile T, run: + + $ make + +## Installation ## +To install T, run (as root): + + # make install -- cgit v1.2.3