diff options
author | Rael <rael.gc@gmail.com> | 2015-10-05 08:24:33 -0300 |
---|---|---|
committer | Rael <rael.gc@gmail.com> | 2015-10-05 08:24:33 -0300 |
commit | 3cc880ab2d32ed57b71f9ea25afe61605d1e365a (patch) | |
tree | 787136a1e7d95e990d577829b7355c5b2f53d1e5 | |
parent | 4b4c006c2a22ae1f19cb9ce407fcaeaad1049758 (diff) | |
parent | 3bc3727e1735cda89db05e39d52d785ebb4a998a (diff) | |
download | scudcloud-3cc880ab2d32ed57b71f9ea25afe61605d1e365a.zip scudcloud-3cc880ab2d32ed57b71f9ea25afe61605d1e365a.tar.gz scudcloud-3cc880ab2d32ed57b71f9ea25afe61605d1e365a.tar.bz2 |
Merge branch 'master' of github.com:raelgc/scudcloud
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -17,7 +17,13 @@ ScudCloud uses the [QT](http://qt-project.org) library + [Webkit](http://www.web ## Ubuntu/Kubuntu, Mint and Debian -Please, first update your system with a `sudo apt-get update && sudo apt-get upgrade`. If not, ScudCloud will crash with some old components. +Please, first update your system with: + +```term +sudo apt-get update && sudo apt-get upgrade +``` + +If not, ScudCloud will crash with some old components or will not be installed. Then, to install it under **Ubuntu/Kubuntu** (14.04, 14.10, 15.04), **Mint** and **Debian**, open a Terminal (Ctrl+Alt+T) and run: |