From f53f22c06548b4a3c90463fb38a972f3364b5783 Mon Sep 17 00:00:00 2001 From: Dylan Cathelijn Date: Sat, 24 Sep 2022 21:42:58 +0200 Subject: [PATCH] Updated Installation on Apple Silicon (markdown) --- Installation-on-Apple-Silicon.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index c38e7dd..ba255d2 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -13,10 +13,11 @@ First, you need to install the required dependencies using [Homebrew](https://br The script can be downloaded from [here](https://github.com/dylancl/stable-diffusion-webui-mps/blob/master/setup_mac.sh), or follow the instructions below. 1. Open Terminal.app -2. Run the following command: +2. Run the following commands: ``` -bash <(curl -s https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh) +$ curl -s https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh +$ ./setup_mac.sh ``` 3. Follow the instructions in the terminal window.