Add to alternatives docs

Authored by: bashonly
pull/7409/head
bashonly 3 weeks ago
parent 10f4b229de
commit 176808557f
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

@ -175,6 +175,10 @@ $ python -m devscripts.run_tests
# To be used in place of `hatch fmt`:
$ ruff check --fix .
$ autopep8 --in-place .
# To only check code instead of applying fixes:
$ ruff check .
$ autopep8 --diff .
```
If you want to create a build of yt-dlp yourself, you can follow the instructions [here](README.md#compile).

Loading…
Cancel
Save