소스 검색

Adding extra step to README

master
Miguel Gagliardo 5 달 전
부모
커밋
29ebae4313
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2
    1
      README.md

+ 2
- 1
README.md 파일 보기

@@ -26,10 +26,11 @@ The following components are included in the installer:
26 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 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 31
 ```shell
32 32
 cd /tmp/matrix
33
+chmod +x install.sh
33 34
 ./install.sh <DOMAIN>
34 35
 ```
35 36
 

Loading…
취소
저장