Skip to content

Commit fb629a2

Browse files
fix(docs): installation instructions source shell
1 parent 0f538ee commit fb629a2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

docs/source/installation.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,14 @@ conda create -y -n lerobot python=3.10
1515

1616
Now restart the shell by running:
1717
<hfoptions id="shell_restart">
18-
<hfoption id="Windows">
18+
<hfoption id="Linux">
1919

2020
```bash
2121
source ~/.bashrc
2222
```
2323
</hfoption>
2424
<hfoption id="Mac">
2525

26-
```bash
27-
source ~/.bash_profile
28-
```
29-
</hfoption>
30-
<hfoption id="zshell">
31-
3226
```bash
3327
source ~/.zshrc
3428
```

0 commit comments

Comments
 (0)