Skip to content

Commit 8e5434c

Browse files
authored
Merge pull request #1439 from OpenInterpreter/Notnaton-patch-1
Update setup.mdx update links
2 parents 6ef8d22 + 4a3630f commit 8e5434c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/code-execution/computer-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Performs a hotkey on the computer
3535

3636

3737
```python
38-
interpreter.computer.keboard.hotkey(" ", "command")
38+
interpreter.computer.keyboard.hotkey(" ", "command")
3939
```
4040

4141

docs/getting-started/setup.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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/OpenInterpreter/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/OpenInterpreter/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/OpenInterpreter/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>

0 commit comments

Comments
 (0)