From 11f808f811dae7d7a8b0513b007421b426eee927 Mon Sep 17 00:00:00 2001 From: Photon9 <79237462+Photon9@users.noreply.github.com> Date: Thu, 26 May 2022 08:06:58 +1000 Subject: [PATCH] Update deps.md Added wget to the list of dependencies as it is not installed on macOS by default. --- doc/deps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/deps.md b/doc/deps.md index de52c2dac..641b64e1d 100644 --- a/doc/deps.md +++ b/doc/deps.md @@ -48,7 +48,7 @@ $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst and to install the dependencies with ```sh -$ brew install nano pstree tree man-db +$ brew install nano pstree tree man-db wget ```