aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2014-06-07 14:37:58 -0300
committerSamuel Fadel <samuelfadel@gmail.com>2014-06-07 14:37:58 -0300
commit5a4f04987f6d17b0dc41dace43ca8874405ed332 (patch)
treedb5630d708e03d19d58d0b26a458848e957747b9 /README.md
parent062abeb0c13d8c33d82249f38264ec6c98d5b0f7 (diff)
Added README.md file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
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