Small changes on the README #45

Merged
alexdantas merged 2 commits from edit-readme into master 2014-07-31 19:03:13 +02:00
Showing only changes of commit 807e63c5be - Show all commits

View File

@ -51,9 +51,16 @@ Install Qt directly from here http://qt-project.org/downloads . Once done export
###Compile
Once you installed all dependencies (Qt is installed and in your path) you need to compile and run the application:
git clone https://github.com/Swordifish90/cool-old-term.git
cd cool-old-term
cd konsole-qml-plugin
qmake && make && make install
cd ..
./cool-old-term
```bash
# Get it from GitHub
git clone https://github.com/Swordifish90/cool-old-term.git
# Build it
cd cool-old-term
cd konsole-qml-plugin
qmake && make && make install
cd ..
# Have fun!
./cool-old-term
```