Browse Source

Update Readme: Change download method

Thomas Leister 10 years ago
parent
commit
ba5c9fbd72
1 changed files with 4 additions and 6 deletions
  1. 4 6
      README.md

+ 4 - 6
README.md

@@ -10,18 +10,16 @@ There is a demo site available at https://webmumdemo.trashserver.net/
 Username: admin@domain.tld<br/>
 Username: admin@domain.tld<br/>
 Password: webmumpassword
 Password: webmumpassword
 
 
-Please note that there are some limitations concerning the admin account: You can't delete the account / domain and the original password 
+Please note that there are some limitations on the admin account: You can't delete the account / domain of the admin user and the original password 
 will be restored every minute. Have fun!
 will be restored every minute. Have fun!
 
 
 ## Installation
 ## Installation
 
 
-[Download the ZIP archive](https://github.com/ThomasLeister/webmum/archive/master.zip) and extract it into your webserver's virtual host root directory:
+Clone the WebMUM Repository to your webserver's virtual host root directory:
 
 
-	wget https://github.com/ThomasLeister/webmum/archive/master.zip<br/>
-	unzip master.zip
-	mv master/ webmum/
+	git clone https://github.com/ThomasLeister/webmum
 	
 	
-Configure your webserver. URL rewriting to index.php is required.
+Now configure your webserver. URL rewriting to index.php is required.
 
 
 ### Nginx
 ### Nginx