Update README.md

main
Shawn Presser 1 year ago committed by GitHub
parent 981c4a3fe8
commit 568b58424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.)

Loading…
Cancel
Save