diff --git a/Home.md b/Home.md index 961be6a..b5d324b 100644 --- a/Home.md +++ b/Home.md @@ -45,4 +45,13 @@ It will prompt you for the following and set up - Activate Virtual Host with Apache The script will loop and ask if you would like to set up another virtual host. + +### **To use the Manage Virtual Host, run the script below** +Download the script and navigate to the folder you downloaded it to in terminal + +To run, you will need to give the script execution runtime permissions using the command below +`chmod +x manage_vhosts.sh` + +To run the Managem Virtual Host, use the following command: +`.\manage_vhosts.sh` \ No newline at end of file