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.