diff --git a/README.md b/README.md index 12b654268..c09cfefae 100644 --- a/README.md +++ b/README.md @@ -807,10 +807,10 @@ This section is committed to giving small demonstrations of each available optio - [Third-party databases for applications (NeoDB)](#third-party-databases-for-applications-neodb) __________________________________________________________________________ -### Install applications +## Install applications The option `-i` or `install` is the one responsible of the installation of apps or libraries. -#### Install, normal behaviour +### Install, normal behaviour This is the normal syntax: ``` am -i $PROGRAM @@ -823,7 +823,7 @@ in this video I'll install AnyDesk: https://github.com/user-attachments/assets/62bc7444-8b1f-4db2-b23b-db7219eec15d -#### Install, debug an installation script +### Install, debug an installation script The "install.am" module contains some patches to disable long messages. You can see them with the suboption `--debug`: ``` am -i --debug $PROGRAM @@ -836,7 +836,7 @@ let test again the installation of AnyDesk using the `--debug` flag: https://github.com/user-attachments/assets/9dd73186-37e2-4742-887e-4f98192bd764 -#### Install the "latest" release instead of the more recent one +### Install the "latest" stable release instead of the latest "unstable" By default, many installation scripts for apps hosted on github will point to the more recent generic release instead of "latest", which is normally used to indicate that the build is "stable". This is because upstream developers do not always guarantee a certain packaging format in "latest", sometimes they may only publish packages for Windows or macOS, so pointing to "latest" would not guarantee that any package for Linux will be installed. On the other hand, if you know that the upstream developer will always guarantee a Linux package in "latest" and "AM" instead points to a potentially unstable development version (Alpha, Beta, RC...), this is the syntax to adopt: @@ -1433,7 +1433,7 @@ sed -i 's#releases -O -#releases/latest -O -#g' /opt/$PROGRAM/AM-updater am -u $PROGRAM ``` -See also "[Install the "latest" release instead of the more recent one](install-the-latest-release-instead-of-the-more-recent-one)". +See also "[Install the "latest" stable release instead of the latest "unstable"](#install-the-latest-stable-release-instead-of-the-latest-unstable)". ------------------------------------------------------------------------ ### Wrong download link