## 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`.