From cb47104e3f224c7398af660902dde5ff4953d60a Mon Sep 17 00:00:00 2001 From: Dante Mogrim <66732473+dantemogrim@users.noreply.github.com> Date: Tue, 20 Dec 2022 18:26:28 +0100 Subject: [PATCH 1/2] Add Homebrew instructions to installation list Hi! [Just noticed these instructions seemed to be missing.](https://formulae.brew.sh/formula/gallery-dl) Have a good one! --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index b21d9487..89a6d9c5 100644 --- a/README.rst +++ b/README.rst @@ -102,7 +102,16 @@ Scoop .. code:: powershell scoop install gallery-dl + + +Homebrew +-------- +For macOS or Linux users using Homebrew: + +.. code:: bash + + brew install gallery-dl Usage ===== From 22ab2cad17bb4259e4ee86361e5d24565915bfd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Sun, 1 Jan 2023 21:17:03 +0100 Subject: [PATCH 2/2] fix whitespace --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 89a6d9c5..80862526 100644 --- a/README.rst +++ b/README.rst @@ -102,8 +102,8 @@ Scoop .. code:: powershell scoop install gallery-dl - - + + Homebrew -------- @@ -113,6 +113,7 @@ For macOS or Linux users using Homebrew: brew install gallery-dl + Usage =====