diff options
author | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-10-02 08:56:06 -0300 |
---|---|---|
committer | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-10-02 08:56:06 -0300 |
commit | 3bc3727e1735cda89db05e39d52d785ebb4a998a (patch) | |
tree | 4d2900e18ad22aa906cd60076af124456566ad2a | |
parent | 123549587b419f546a4ef8b7b63b0367bdbacb38 (diff) | |
download | scudcloud-3bc3727e1735cda89db05e39d52d785ebb4a998a.zip scudcloud-3bc3727e1735cda89db05e39d52d785ebb4a998a.tar.gz scudcloud-3bc3727e1735cda89db05e39d52d785ebb4a998a.tar.bz2 |
Trying to ask more clearly for a system update on Debian/Ubuntu
-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: |