From 51368a0650f986423154813ab85d2eb8069f8e73 Mon Sep 17 00:00:00 2001 From: Shawn Presser Date: Tue, 7 Mar 2023 18:15:35 -0600 Subject: [PATCH] Separate the mac instructions into two code blocks This allows easily copy-pasting the download command without always copying the `brew install` commands. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca60040..cf4353b 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,11 @@ curl -o- https://raw.githubusercontent.com/shawwn/llama-dl/56f50b96072f42fb2520b ``` Mac: - ```sh brew install bash brew install wget +``` +```sh curl -o- https://raw.githubusercontent.com/shawwn/llama-dl/56f50b96072f42fb2520b1ad5a1d6ef30351f23c/llama.sh | $(brew --prefix)/bin/bash ```