diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2014-06-07 14:37:58 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2014-06-07 14:37:58 -0300 |
commit | 5a4f04987f6d17b0dc41dace43ca8874405ed332 (patch) | |
tree | db5630d708e03d19d58d0b26a458848e957747b9 | |
parent | 062abeb0c13d8c33d82249f38264ec6c98d5b0f7 (diff) |
Added README.md file.
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 |