diff --git a/README.md b/README.md index 834c613..1b19060 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This is an open-source, self-hosted web application designed to back up Microsof ## Installation Guide -The installation consists of two main stages: Azure Portal configuration and Server Installation. +The installation process consists of two main parts: preparing the prerequisites in the Azure Portal and then running the installation script on your server. ### I. Azure Portal Configuration (Prerequisites) @@ -67,14 +67,9 @@ Before running the installation script, you must complete the following steps in ### II. Server Installation -Log into your fresh **Ubuntu 22.04 LTS** server and run the following commands. +Log into your fresh **Ubuntu 22.04 LTS** server and follow these steps. +#### Step 1: Download the Script +Use `wget` to download the latest installer from the GitHub repository. ```bash -# Download the installation script from GitHub -wget https://github.com/DualStackAdmin/self-hosted-m365-backup/blob/main/install.sh - -# Make the script executable -chmod +x install.sh - -# Run the script with sudo -sudo ./install.sh +wget [https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh](https://raw.githubusercontent.com/DualStackAdmin/self-hosted-m365-backup/main/install.sh)