diff options
-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 |