From ec9dff7fc6ec484bc49462a750217f73eea95e36 Mon Sep 17 00:00:00 2001 From: Paul Henning Date: Tue, 22 Oct 2024 09:06:18 -0400 Subject: [PATCH] Update README.md whoops forgot to enclose default group and package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 634ec82..647e72d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For distros other than Debian based ones, consult your package managers manpage ``` pipx install tubeup - pipx install yt-dlp[default] + pipx install `yt-dlp[default]` pipx install internetarchive ```