From 6ca20f3ab1ce7473cde94d45a8137792e4f1ea7d Mon Sep 17 00:00:00 2001 From: Alexis Lopez Zubieta <contact@azubieta.net> Date: Wed, 28 Aug 2019 10:54:09 -0500 Subject: [PATCH] Improve readme --- README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c933015..60ec38d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ -# pling-store +# Pling-Store -Pling store electron \ No newline at end of file +Pling-Store is a Content Management App for OCS-compatible websites like opendesktop.org, gnome-look.org, etc. +It allows to download, install and apply desktop themes, icon themes, wallpapers, or mouse cursors under various desktop environments using the "Install"-button. + +Currently supported are these desktop environments: +KDE Plasma, Gnome, XFCE, Mate, Cinnamon, Budgie, LXQt, Elementary and Enlightenment. + +Using the Appimage package format, it should work on any distro like Ubuntu, Debian, Arch, Suse, Redhat and many more. + + +# Best with AppImageLauncher + +If you never used an Appimage before, we recommend this tool to make AppImages run, install/uninstall and update on your Linux OS: +https://www.pling.com/p/1228228/ + +*Please see if AppImageLauncher offers native packages for your distro, if not, you may request it in the issue section.* + +After installing AppImageLauncher, you can simply Double-Click on the Pling-Store Appimage to run or install it. + + +# Manual Run + +To try the Pling-Store without installing, you can simply make it exectuable and (double-)click on it. \ No newline at end of file -- GitLab