From 758e7cb19e3a041eba80022e34aa51d3ee20d59d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 8 Sep 2024 02:46:57 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1bd2d5d..1288e80 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,11 @@ This is a collection of winget scripts that I use for verious reasons. I am a si - **`-e`**: Stands for `--exact`. This flag ensures an exact match for the package ID specified, avoiding ambiguity if there are multiple packages with similar names. - **`--source winget`**: Specifies the source repository from which to install the package. `winget` is the default source (the official Windows Package Manager repository). +4. You will need to allow running scripts on your system. Please read the scripts before you run them. + - `Get-ExecutionPolicy` + - `Set-ExecutionPolicy RemoteSigned` - -3. Paste this: `cd "$env:USERPROFILE\Downloads" ; git clone https://hmg.studio/HomeHosted/winget.git ; cd winget` +4. 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.