Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
themagickoala authored Jun 5, 2023
1 parent 4e18039 commit 01532a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 01532a1

Please sign in to comment.