From 273ac3d126d702887bd06a4bc23490a08b4c626d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Sch=C3=BCller?= Date: Thu, 2 Oct 2014 13:35:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5918f35..16d8f5b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,11 @@ You can also install this [package](https://aur.archlinux.org/packages/cool-old- export CPPFLAGS="-I/usr/local/opt/qt5/include" export LDFLAGS="-L/usr/local/opt/qt5/lib" export PATH=/usr/local/opt/qt5/bin:$PATH + git clone https://github.com/Swordifish90/cool-old-term.git + git checkout osx qmake && make && make install + # Have fun! + ./cool-old-term ---