fix(docs): correct spelling of 'ffmpeg' in installation instructions (#914)
This commit is contained in:
parent
78fd1a1e04
commit
ae9c81ac39
|
@ -98,7 +98,7 @@ conda create -y -n lerobot python=3.10
|
||||||
conda activate lerobot
|
conda activate lerobot
|
||||||
```
|
```
|
||||||
|
|
||||||
When using `miniconda`, if you don't have `fffmpeg` in your environment:
|
When using `miniconda`, if you don't have `ffmpeg` in your environment:
|
||||||
```bash
|
```bash
|
||||||
conda install ffmpeg
|
conda install ffmpeg
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue