Add to alternatives docs

Authored by: bashonly
This commit is contained in:
bashonly 2024-05-12 11:24:49 -05:00
parent 10f4b229de
commit 176808557f
No known key found for this signature in database
GPG Key ID: 783F096F253D15B0

View File

@ -175,6 +175,10 @@ # To be used in place of `hatch test`:
# 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).