fix(docs): correct spelling of 'ffmpeg' in installation instructions (#914)

This commit is contained in:
Yongjin Cho 2025-03-29 01:43:33 +09:00 committed by GitHub
parent 78fd1a1e04
commit ae9c81ac39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ conda create -y -n lerobot python=3.10
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
conda install ffmpeg
```