Adding extra step to README

This commit is contained in:
Miguel Gagliardo 2024-04-10 13:47:44 +01:00
parent a9ae2c3335
commit 29ebae4313
1 changed files with 2 additions and 1 deletions

View File

@ -26,10 +26,11 @@ The following components are included in the installer:
**Note**: Please remember that it's a prerequisite the Domain A record needs to be pointed to the server's public IP and resolving.
1. Download the `matrix` directory, recommended: `/tmp`
2. Enter the directory and run the installer, you will need the domain name, e.g.:
2. Enter the directory and grant exec permissions to run the installer and execute it, you will need the domain name, e.g.:
```shell
cd /tmp/matrix
chmod +x install.sh
./install.sh <DOMAIN>
```