From 370edde53dc146c4e2ce34bc924be479e352a8e0 Mon Sep 17 00:00:00 2001
From: iVAN <88724353+ivan-hc@users.noreply.github.com>
Date: Thu, 12 Oct 2023 15:24:53 +0200
Subject: [PATCH] Update README.md
---
README.md | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index f9d5ecd..41b035d 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,21 @@ Learn more about ArchImage packaging at https://github.com/ivan-hc/ArchImage
*****NOTE**: other pre-built Debian/Ubuntu/PPA based AppImages (released before I switched to the "ArchImage" model) are available by scrolling the page "[releases](https://github.com/ivan-hc/GIMP-appimage/releases)"***.
--------------------------
-### *How to integrate GIMP AppImage into the system*
-The easier way install at system level the AppImages is to use "AM", alternativelly you can use "AppMan" to install them locally and without root privileges. Learn more about:
-- "AM" https://github.com/ivan-hc/AM-application-manager
-- AppMan https://github.com/ivan-hc/AppMan
+---------------------------------
+
+## Install and update it with ease
+
+I wrote two bash scripts to install and manage the applications: [AM](https://github.com/ivan-hc/AM-Application-Manager) and [AppMan](https://github.com/ivan-hc/AppMan). Their dual existence is based on the needs of the end user.
+
+| [**"AM" Application Manager**](https://github.com/ivan-hc/AM-Application-Manager) |
+| -- |
+| ***If you want to install system-wide applications on your GNU/Linux distribution in a way that is compatible with [Linux Standard Base](https://refspecs.linuxfoundation.org/lsb.shtml) (all third-party apps must be installed in dedicated directories under `/opt` and their launchers and binaries in `/usr/local/*` ...), just use ["AM" Application Manager](https://github.com/ivan-hc/AM-Application-Manager). This app manager requires root privileges only to install / remove applications, the main advantage of this type of installation is that the same applications will be available to all users of the system.***
+[![Readme](https://img.shields.io/github/stars/ivan-hc/AM-Application-Manager?label=%E2%AD%90&style=for-the-badge)](https://github.com/ivan-hc/AM-Application-Manager/stargazers) [![Readme](https://img.shields.io/github/license/ivan-hc/AM-Application-Manager?label=&style=for-the-badge)](https://github.com/ivan-hc/AM-Application-Manager/blob/main/LICENSE)
-or visit the site ***https://portable-linux-apps.github.io***
+| [**"AppMan"**](https://github.com/ivan-hc/AppMan)
+| --
+| ***If you don't want to put your app manager in a specific path but want to use it portable and want to install / update / manage all your apps locally, download ["AppMan"](https://github.com/ivan-hc/AppMan) instead. With this script you will be able to decide where to install your applications (at the expense of a greater consumption of resources if the system is used by more users). AppMan is portable, all you have to do is write the name of a folder in your `$HOME` where you can install all the applications available in [the "AM" database](https://github.com/ivan-hc/AM-Application-Manager/tree/main/programs), and without root privileges.***
+[![Readme](https://img.shields.io/github/stars/ivan-hc/AppMan?label=%E2%AD%90&style=for-the-badge)](https://github.com/ivan-hc/AppMan/stargazers) [![Readme](https://img.shields.io/github/license/ivan-hc/AppMan?label=&style=for-the-badge)](https://github.com/ivan-hc/AppMan/blob/main/LICENSE)
-------------------------
### *Add plugins*