From 01532a120bb97aa8616adde5ca3dc46ef6143cac Mon Sep 17 00:00:00 2001 From: themagickoala <48416253+themagickoala@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:57:48 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc933b031..3a4290c6a 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ To build from source you have two choices. ### 1) Automatic (mostly): -- start a powershell +- Start a powershell - Run `Invoke-WebRequest "https://raw.githubusercontent.com/Nexus-Mods/Vortex/master/bootstrap.ps1" -OutFile bootstrap.ps1` to fetch the bootstrap script - By default this script will build Vortex in "c:\build\vortex", if you want it somewhere else, edit the script to change the build directory before running it! -- you will more than likely need to allow scripts to be run. This can be set using `Set-ExecutionPolicy Unrestricted` but a powershell with admin access is required. -- run the script (`.\bootstrap.ps1`) +- You will more than likely need to allow scripts to be run. This can be set using `Set-ExecutionPolicy Unrestricted` but a powershell with admin access is required. +- Run the script (`.\bootstrap.ps1`) - This script will try to download and install all dependencies, then check out and build vortex - Most dependencies are installed using scoop (https://scoop.sh)