From 355769163e242e3ef774c24fe10391861c87151b Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 8 Sep 2024 02:13:25 +0000 Subject: [PATCH] Add README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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