Browse Source

Adding extra step to README

master
Miguel Gagliardo 5 months ago
parent
commit
29ebae4313
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      README.md

+ 2
- 1
README.md View File

26
 **Note**: Please remember that it's a prerequisite the Domain A record needs to be pointed to the server's public IP and resolving.
26
 **Note**: Please remember that it's a prerequisite the Domain A record needs to be pointed to the server's public IP and resolving.
27
 
27
 
28
 1. Download the `matrix` directory, recommended: `/tmp`
28
 1. Download the `matrix` directory, recommended: `/tmp`
29
-2. Enter the directory and run the installer, you will need the domain name, e.g.:
29
+2. Enter the directory and grant exec permissions to run the installer and execute it, you will need the domain name, e.g.:
30
 
30
 
31
 ```shell
31
 ```shell
32
 cd /tmp/matrix
32
 cd /tmp/matrix
33
+chmod +x install.sh
33
 ./install.sh <DOMAIN>
34
 ./install.sh <DOMAIN>
34
 ```
35
 ```
35
 
36
 

Loading…
Cancel
Save