From 420d788f29e52b81e1444a179fdb3b86874bc218 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 8 Sep 2024 02:40:04 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f53a802..1bd2d5d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ +# HomeHosted winget Scripts +This is a collection of winget scripts that I use for verious reasons. I am a single person and am using this for my systems, if you want to add something submit an issue and if I have time I will add it in. + +## READ BEFORE USING THIS SCRIPT +- NOTE: you can use admin or non admin terminal. The difference will be weather you hit yes or no for every software installing. If you do not trust the script choose non admin terminal, if you do trust it use admin terminal (I use admin but I wrote the scripts). Either way please always read every script you choose to install. +- Every app will install to its default location unless you add flags into the scripts your self. + + ## 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`. - - NOTE: you can use admin or non admin terminal. The difference will be weather you hit yes or no for every software installing. If you do not trust the script choose non admin terminal, if you do trust it use admin terminal (I use admin but I wrote the scripts). Either way please always read every script you choose to install. 2. Install git with this command `winget install --id Git.Git -e --source winget` - **`winget install`**: The base command to install a package using Winget. - **`--id Git.Git`**: Specifies the unique identifier for the package you want to install. `Git.Git` is the identifier for the Git software.