Skip to content

Commit b5997f8

Browse files
authored
update references
1 parent 44deff6 commit b5997f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ $env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine") + ";"
6363
# Write-Host "Windows SDK installed."
6464

6565
# Clone IRvana repository
66-
#git clone --depth 1 https://github.com/m3rcer/IRvana.git C:\IRvana\repo (commented for testing)
67-
git clone --depth 1 https://github.com/Cipher7/IRvana C:\IRvana\repo
66+
git clone --depth 1 https://github.com/m3rcer/IRvana.git C:\IRvana\repo
67+
# git clone --depth 1 https://github.com/Cipher7/IRvana C:\IRvana\repo (commented for testing)
6868

6969
# Set up environment
7070
$PATH="C:\\IRvana\\bin;C:\\IRvana\\clang\\bin;C:\\IRvana\\nim-1.6.6\\bin;C:\\Users\\ContainerUser\\.cargo\\bin;${PATH}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ You can just run the below commands to install the entire project including setu
126126
```powershell
127127
# Run using an elevated powershell
128128
Set-ExecutionPolicy -Force Bypass
129-
iex(iwr -Uri https://raw.githubusercontent.com/Cipher7/IRvana/refs/heads/main/Install.ps1 -UseBasicParsing)
129+
iex(iwr -Uri https://raw.githubusercontent.com/m3rcer/IRvana/refs/heads/main/Install.ps1 -UseBasicParsing)
130130
```
131131

132132
# Docker container

0 commit comments

Comments
 (0)