From dffe43ca68917e80b08c128a53fbf82a0fe921ef Mon Sep 17 00:00:00 2001 From: Olai <94807067+OlaYZen@users.noreply.github.com> Date: Tue, 21 May 2024 11:20:48 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8222ec7..70668be 100644 --- a/README.md +++ b/README.md @@ -24,12 +24,25 @@ The script reads its configuration from a JSON file named `config.json` located ## Script Usage ### 1. Prepare the Environment: -Ensure that config.json is present in the same directory as the script. +Ensure that `config.json` is present in the same directory as the script. Create the following template folders and populate them with necessary files: - `Template\Chrome-Template` - `Template\Chrome-Template-Forced` -### 2. Run the Script: +### 2. Downloading the Script: + +You can download the script using `git clone` command. Follow these steps: + +1. Open your terminal or command prompt. +2. Navigate to the directory where you want to download the script. +3. Run the following command: +``` +git clone https://github.com/OlaYZen/Chrome-Downloader.git +``` + +This command will clone the repository into your current directory. + +### 3. Run the Script: - Open PowerShell and navigate to the directory containing the script and config.json. - Execute the script: @@ -37,6 +50,6 @@ Create the following template folders and populate them with necessary files: .\YourScriptName.ps1 ``` -### 3. Monitor the Logs: +### 4. Monitor the Logs: - Check `Log.txt` in the script directory for detailed logs of the execution process, including any errors encountered.