From e298ef317d2f5cd0837b9e416e997c76ba4007eb Mon Sep 17 00:00:00 2001 From: Filippo Scognamiglio Date: Sat, 28 Dec 2013 17:30:50 +0100 Subject: [PATCH] Informative readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a444c..85028e4 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -Void README1 +cool-old-term is a terminal emulator which tries to mimic the look and feel of the old cathode tube screens. +It has been designed to be eye-candy, customizable, and reasonably lightweight. + +It is a fork of another qt5 terminal emulator: https://github.com/jorgen/yat + +To build and launch it (Qt5.2 are required): + +git clone https://github.com/Swordifish90/cool-old-term +cd cool-old-term +qmake +make +./cool-old-term + +This is still an eary release, but you are free to test it and tell me what do you think. \ No newline at end of file