File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,15 @@ To try our experimental installers, open your Terminal with admin privileges [(c
6565<CodeGroup >
6666
6767``` bash Mac
68- curl -sL https://raw.githubusercontent.com/KillianLucas /open-interpreter/main/installers/oi-mac-installer.sh | bash
68+ curl -sL https://raw.githubusercontent.com/openinterpreter /open-interpreter/main/installers/oi-mac-installer.sh | bash
6969```
7070
7171``` powershell Windows
72- iex "& {$(irm https://raw.githubusercontent.com/KillianLucas /open-interpreter/main/installers/oi-windows-installer-conda.ps1)}"
72+ iex "& {$(irm https://raw.githubusercontent.com/openinterpreter /open-interpreter/main/installers/oi-windows-installer-conda.ps1)}"
7373```
7474
7575``` bash Linux
76- curl -sL https://raw.githubusercontent.com/KillianLucas /open-interpreter/main/installers/oi-linux-installer.sh | bash
76+ curl -sL https://raw.githubusercontent.com/openinterpreter /open-interpreter/main/installers/oi-linux-installer.sh | bash
7777```
7878
7979</CodeGroup >
You can’t perform that action at this time.
0 commit comments