diff --git a/README.md b/README.md new file mode 100644 index 0000000..7a5878a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## How to use this repo. + +1. Download this repo by holding the `Win + X` key at the same time on your keyboard and clicking `Terminal`. +2. Paste this: `cd "$env:USERPROFILE\Downloads" ; git clone https://hmg.studio/HomeHosted/winget.git ; cd winget` + + - **Explanation:** + - `cd "$env:USERPROFILE\Downloads"`: Changes the current directory to the user's Downloads folder. + - `git clone https://hmg.studio/HomeHosted/winget.git`: Clones the repository from the specified URL into the Downloads folder. + - `cd winget`: Changes the directory into the newly cloned repository folder named `winget`. \ No newline at end of file