Skip to content

Commit 21ee3c1

Browse files
committed
docs: update intro
1 parent 87c958d commit 21ee3c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Batch processing of several input files is possible, including video files.
1212

1313
## Quick Start
1414

15+
1516
1. Install a recent version of [ffmpeg](https://ffmpeg.org/download.html)
16-
2. Run `pip3 install ffmpeg-normalize`
17-
3. Run `ffmpeg-normalize /path/to/your/file.mp4`
18-
4. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
17+
2. Run `pip3 install ffmpeg-normalize` and `ffmpeg-normalize /path/to/your/file.mp4`, alternatively install [`uv`](https://docs.astral.sh/uv/getting-started/installation/) and run `uvx ffmpeg-normalize /path/to/your/file.mp4`
18+
3. Done! 🎧 (the normalized file will be called `normalized/file.mkv`)
1919

2020
## Features
2121

0 commit comments

Comments
 (0)