Procházet zdrojové kódy

Adding extra step to README

master
Miguel Gagliardo před 1 rokem
rodič
revize
29ebae4313
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2
    1
      README.md

+ 2
- 1
README.md Zobrazit soubor

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
 

Načítá se…
Zrušit
Uložit