Separate the mac instructions into two code blocks

This allows easily copy-pasting the download command without always copying the `brew install` commands.
main
Shawn Presser 1 year ago committed by GitHub
parent 28652a14e8
commit 51368a0650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save