From 12075310fdd524ed78dd4372cb34a7e558a7114f Mon Sep 17 00:00:00 2001 From: David Planella Date: Thu, 3 Jan 2019 09:38:27 +0000 Subject: [PATCH 1/3] Fix typo, add links. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b7a2246..92cc911 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ KDE Partition Manager KDE Partition Manager is a potentially dangerous program for your data. It has been tested carefully and there are currently no known bugs that could lead to -data loss, but nevertheless there is always a chance for an error to ocurr and +data loss, but nevertheless there is always a chance for an error to ocur and you might lose your data. ### BACK UP YOUR DATA BEFORE USING THIS SOFTWARE! @@ -24,12 +24,13 @@ of supported file systems: * LUKS encryption support * and more.... -It is a KF5 application, so you will need KDE frameworks libraries to run it on -your computer. It also makes use of external programs to get its job done, so +It is a KF5 application, so you will need +[KDE frameworks](https://www.kde.org/products/frameworks/) libraries to run it +on your computer. It also makes use of external programs to get its job done, so you might have to install additional software (preferably packages from your distribution) to make use of all features and get full support for all file systems. -For quick install instructions see INSTALL. +For quick install instructions see [INSTALL](INSTALL). -For a list of changes since the previous release see CHANGES. +For a list of changes since the previous release see [CHANGES](CHANGES). From fbc8d8e328af6338e1c9b450a47c987f951ae525 Mon Sep 17 00:00:00 2001 From: David Planella Date: Thu, 3 Jan 2019 11:03:56 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 96 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 72 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 92cc911..c0d610d 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,84 @@ -KDE Partition Manager -===================== +# KDE Partition Manager -### WARNING + -KDE Partition Manager is a potentially dangerous program for your data. It has -been tested carefully and there are currently no known bugs that could lead to -data loss, but nevertheless there is always a chance for an error to ocur and -you might lose your data. +KDE Partition Manager is an application to help you manage the disk devices, +partitions and file systems on your computer. It allows you to easily create, +copy, move, delete, resize without losing data, backup and restore partitions. -### BACK UP YOUR DATA BEFORE USING THIS SOFTWARE! +A large number of file systems are also supported: +- ext2/3/4, Btrfs, Linux swap +- Reiserfs +- F2FS +- NTFS +- FAT +- exFAT +- LUKS encryption support +- and more.... -This software allows you to manage your disks, partitions and file systems: -Create, resize, delete, copy, backup and restore partitions with a large number -of supported file systems: - * ext2/3/4 - * Btrfs - * Linux swap - * Reiserfs - * F2FS - * NTFS - * FAT - * exFAT - * LUKS encryption support - * and more.... +:zap: **Back up your data before using this software**. KDE Partition Manager is +a potentially dangerous program for your data. It has been tested carefully and +there are currently no known bugs that could lead to data loss, but nevertheless +there is always a chance for an error to ocur and you might lose your data. -It is a KF5 application, so you will need +## Installation + +KDE Partition Manager is a KF5 application, so you will need the [KDE frameworks](https://www.kde.org/products/frameworks/) libraries to run it -on your computer. It also makes use of external programs to get its job done, so +on your computer. Most modern OSs will install them as dependencies +for you when you use their default package manager as the installation method. + +It also makes use of external programs to get its job done, so you might have to install additional software (preferably packages from your distribution) to make use of all features and get full support for all file systems. -For quick install instructions see [INSTALL](INSTALL). +The methods listed below for each major OS are based on executing the +installation commands on a terminal window. Alternatively, you can use +your OS' package management app. + +### Ubuntu + +``` +sudo apt install partitionmanager +``` + +### Debian + +As the `root` user: + +``` +apt install partitionmanager +``` + +### CentOS, Fedora, RHEL + +``` +sudo yum install kde-partitionmanager +``` + +### OpenSUSE +``` +sudo zypper install partitionmanager +``` + +### ArchLinux + +1. Enable the community repository on `/etc/pacman.conf`: + ``` + [community] + Include = /etc/pacman.d/mirrorlist + ``` +1. Install the `partitionmanager` xz package: + ``` + # pacman -Sy partitionmanager + ``` + +### From source + +See [INSTALL](INSTALL). + +## Changelog For a list of changes since the previous release see [CHANGES](CHANGES). From b35480d2210530d39c0ce3e9dcc429081b0c3921 Mon Sep 17 00:00:00 2001 From: David Planella Date: Thu, 3 Jan 2019 11:23:01 +0000 Subject: [PATCH 3/3] Update README.md with screenshot --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d610d..3b793dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # KDE Partition Manager + title="KDE Partition Manager logo" width="96" height="96"> KDE Partition Manager is an application to help you manage the disk devices, partitions and file systems on your computer. It allows you to easily create, @@ -22,6 +22,9 @@ a potentially dangerous program for your data. It has been tested carefully and there are currently no known bugs that could lead to data loss, but nevertheless there is always a chance for an error to ocur and you might lose your data. + + ## Installation KDE Partition Manager is a KF5 application, so you will need the