From 351b98189fea4a557b832d2edcb519147561f042 Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sun, 29 Oct 2017 16:04:23 -0700 Subject: [PATCH 1/2] =?UTF-8?q?Updated=20OS=20X=20=E2=86=92=20macOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96f17d7..01daeb6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ It has been designed to be eye-candy, customizable, and reasonably lightweight. It uses the QML port of qtermwidget (Konsole) developed by me: https://github.com/Swordfish90/qmltermwidget . -This terminal emulator works under Linux and OSX and requires Qt 5.2 or higher. +This terminal emulator works under Linux and macOS and requires Qt 5.2 or higher. ## Screenshots ![Image]() @@ -41,7 +41,7 @@ A word of warning: USE flags and keywords are to be added to portage's configura Ubuntu users of 14.04 LTS (Trusty) up to 15.10 (Wily) can use [this PPA](https://launchpad.net/~bugs-launchpad-net-falkensweb) -OSX users can grab the latest dmg from the release page: https://github.com/Swordfish90/cool-retro-term/releases +macOS users can grab the latest dmg from the release page: https://github.com/Swordfish90/cool-retro-term/releases ## Build instructions (Linux) @@ -127,7 +127,7 @@ qmake && make ./cool-retro-term ``` -## Build instructions (OSX) +## Build instructions (macOS) 1. Install [Xcode](https://developer.apple.com/xcode/) and agree to the licence agreement 2. Enter the following commands into the terminal: From 88988dd3e19504fa365eecd581adb7746bec6adb Mon Sep 17 00:00:00 2001 From: Lee Reilly Date: Sun, 29 Oct 2017 16:07:24 -0700 Subject: [PATCH 2/2] Add some GIFs? --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 01daeb6..c617b76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # cool-retro-term +|> Default Amber|C:\ IBM DOS|$ Default Green| +|---|---|---| +|![Default Amber Cool Retro Term](https://user-images.githubusercontent.com/121322/32070717-16708784-ba42-11e7-8572-a8fcc10d7f7d.gif)|![IBM DOS](https://user-images.githubusercontent.com/121322/32070716-16567e5c-ba42-11e7-9e64-ba96dfe9b64d.gif)|![Default Green Cool Retro Term](https://user-images.githubusercontent.com/121322/32070715-163a1c94-ba42-11e7-80bb-41fbf10fc634.gif)| + ## Description cool-retro-term is a terminal emulator which mimics the look and feel of the old cathode tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight.