diff options
-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: |