From f33b1f9fd96e8b4a48d4cc639cda6c35a1f8294a Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Thu, 6 Jun 2024 14:15:06 +0200 Subject: [PATCH] fix: update macOS command to install deps using `Brewfile` provided --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 1ca2776..440fc34 100644 --- a/README.org +++ b/README.org @@ -224,7 +224,7 @@ sudo pkg_add gmake rust jq *** macOS #+begin_src sh -brew install rust jq +brew bundle install --file=Brewfile #+end_src ** Compilation & Linkage