diff --git a/docs/gettingstarted/installing.md b/docs/gettingstarted/installing.md
index 8f27c177..edfcdcfa 100644
--- a/docs/gettingstarted/installing.md
+++ b/docs/gettingstarted/installing.md
@@ -36,13 +36,15 @@ According to your operating system, please follow the prerequisites below. You w
* [macOS Sonoma and Sequoia (14.0, 15.0)](#prereq-for-macos)
* [Ubuntu (20.04 LTS, 22.04 LTS, 24.04 LTS)](#prereq-for-ubuntu)
* [Fedora](#prereq-for-fedora)
+* Linux Mint
+ * Follow the instructions for the Ubuntu version your Linux Mint version is based on.
+ * Specify the corresponding Ubuntu architecture when running the `aliBuild` command using the `-a` option (e.g. `-a ubuntu2004_x86-64` for Ubuntu 20.04). Use the `-a` option also with the `alienv` command.
If your operating system is *not* in any list, it does not mean our software won't work on it; it will be just more difficult for you to get support for it.
Only in case you cannot install aliBuild in the way described above, you can install aliBuild manually. This procedure should only be used as a fall-back, in case you cannot follow the instructions for your operating system linked above.
-
-
aliBuild prerequisites for CentOS7
+ aliBuild prerequisites for CentOS7
With root permission, i.e. `sudo` or as `root`install the prerequisits using:
```bash
@@ -59,7 +61,7 @@ yum update -y
yum install -y alibuild
```
- aliBuild prerequisites for CentOS8
+ aliBuild prerequisites for CentOS8
With root permission, i.e. `sudo` or as `root` install the prerequisits using:
```bash
@@ -189,7 +191,7 @@ yum install -y alice-o2-full-deps alibuild
### Configure aliBuild
-After you are done installing alibuild you need to configure it by adding the two following lines to your ~/.bashrc, ~/.bash_profile, ~/.zshrc or ~/.zprofile (depending on your operating system and configuration):
+After you are done installing alibuild you need to configure it by adding the two following lines to your `~/.bashrc`, `~/.bash_profile`, `~/.zshrc` or `~/.zprofile` (depending on your operating system and configuration):
```bash
export ALIBUILD_WORK_DIR="$HOME/alice/sw"
eval "$(alienv shell-helper)"
@@ -198,7 +200,7 @@ The first line tells what directory is used as "build cache", the second line in
You need to close and reopen your terminal for the change to be effective. The directory `~/alice/sw` will be created the first time you run aliBuild.
-""Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.""
+Note that this directory tends to grow in size over time, and it is the one you need to remove in case of cleanups.
When `aliBuild`is installed on your computer and your prerequisits are statisfied, you can move to the next step.