Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-hc authored Aug 15, 2024
1 parent 801ee92 commit 1c9d56c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1c9d56c

Please sign in to comment.