Skip to content

Commit 4647b42

Browse files
authored
Update README.md, minor typo
1 parent 28fee18 commit 4647b42

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,16 @@ Usage:
4040
- Checks game for Fallout 3 with a direct install path
4141
- `se-downloader.ps1 -SEGame SKSE64`
4242
- Checks game for Skyrim Special Edition Script Extender
43-
- `se-downloader.ps1 -SEGame F76SFE -dlkeep -nexusAPI "NexusMods SSED API Key"`
43+
- `se-downloader.ps1 -SEGame F76SFE -dlkeep true -nexusAPI "NexusMods SSED API Key"`
4444
- Checks game for Fallout 76 SFE, an overlay DLL for Text Chat, requires NexusMods API Key, and does not delete the extracted download
4545

4646
For Vortex users, add a new tool to your managed game (you'll have to do this for each game)
4747
- Target: `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe`
48-
- Note: You must use the full path to the PowerShell executable, or Vortex will not present the Run option.
49-
- Target: `C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe`
50-
- Note: You must use the full path to the PowerShell executable, or Vortex will not present the Run option.
51-
- Command Line: `-ExecutionPolicy Bypass -File SE-Downloader.ps1 -SEGame NVSE -RunGame`
48+
- Note: You must use the full path to the PowerShell executable, or Vortex will not present the Run option.
49+
- Command Line: `-File SE-Downloader.ps1 -SEGame NVSE -RunGame true`
5250
- Enable "Run in Shell"
5351
- Once added, I personally make this my primary launch option (three dots in the tool, dropdown menu "Make primary", should put a little flag on it)
5452

5553
![Add the PowerShell tool to Vortex](vortex-ps.png)
5654

57-
![Add the Executable tool to Vortex](vortex-exe.png)
55+
![Add the Executable tool to Vortex](vortex-exe.png)

0 commit comments

Comments
 (0)