|  | @@ -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 |  
 |