Update README.md

This commit is contained in:
Ryan 2024-09-08 02:46:57 +00:00
parent 420d788f29
commit 758e7cb19e

View File

@ -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. - **`-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). - **`--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`
4. Paste this: `cd "$env:USERPROFILE\Downloads" ; git clone https://hmg.studio/HomeHosted/winget.git ; cd winget`
3. Paste this: `cd "$env:USERPROFILE\Downloads" ; git clone https://hmg.studio/HomeHosted/winget.git ; cd winget`
- **Explanation:** - **Explanation:**
- `cd "$env:USERPROFILE\Downloads"`: Changes the current directory to the user's Downloads folder. - `cd "$env:USERPROFILE\Downloads"`: Changes the current directory to the user's Downloads folder.