From 568b58424edc334d8f35aee99f250eba2f853cbf Mon Sep 17 00:00:00 2001 From: Shawn Presser Date: Tue, 7 Mar 2023 15:26:10 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 531c28d..165bf6a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,9 @@ curl -o- https://raw.githubusercontent.com/shawwn/llama-dl/56f50b96072f42fb2520b Mac: ```sh -brew install bash && brew install wget && curl -o- https://raw.githubusercontent.com/shawwn/llama-dl/56f50b96072f42fb2520b1ad5a1d6ef30351f23c/llama.sh | $(brew --prefix)/bin/bash +brew install bash +brew install wget +curl -o- https://raw.githubusercontent.com/shawwn/llama-dl/56f50b96072f42fb2520b1ad5a1d6ef30351f23c/llama.sh | $(brew --prefix)/bin/bash ``` (Sorry mac users; they use some array syntax in the script that isn't supported on the version of bash that ships with Mac.)