diff --git a/INSTALL.md b/INSTALL.md index 01a8fc94..75a4ff02 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,17 +1,19 @@ # Installing Rocs ## From packages All major Linux distributions (and also the KDE on Windows -Project) ship precompiled versions of the latest release Rocs. +Project and FreeBSD) ship precompiled versions of the latest release Rocs. [Rocs installation commands](https://pkgs.org/download/rocs) ## From source Alternatively, here are generic installation instructions from source: -1. Download the released `tar.gz` source files from http://download.kde.org - - Alternatively clone the git repository at https://projects.kde.org/projects/kde/kdeedu/rocs. +1. Get the source in one of these ways: + - Download the released `tar.gz` source files from https://download.kde.org/ + - Download a specific release, e.g. https://download.kde.org/stable/applications/19.04.2/src/ + - Clone the git repository at https://cgit.kde.org/rocs.git/ 2. [Configure your system](http://techbase.kde.org/Projects/Edu/Rocs). -3. Start Rocs by running the `rocs` binary on a terminal. \ No newline at end of file +3. Start Rocs by running the `rocs` binary on a terminal.