Add README.md

This commit is contained in:
Ryan 2024-09-08 02:13:25 +00:00
parent 1d64528243
commit 355769163e

9
README.md Normal file
View File

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