From 0130126f3bda25d5ef849c5bd9c45178db395361 Mon Sep 17 00:00:00 2001 From: Dylan Cathelijn Date: Tue, 27 Sep 2022 10:51:05 +0200 Subject: [PATCH] Update installation instructions --- Installation-on-Apple-Silicon.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation-on-Apple-Silicon.md b/Installation-on-Apple-Silicon.md index df30d0d..e6d2e5d 100644 --- a/Installation-on-Apple-Silicon.md +++ b/Installation-on-Apple-Silicon.md @@ -16,7 +16,9 @@ The script can be downloaded from [here](https://github.com/dylancl/stable-diffu 2. Run the following commands: ``` -$ curl -s https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh +$ cd ~/Documents/ +$ curl https://raw.githubusercontent.com/dylancl/stable-diffusion-webui-mps/master/setup_mac.sh -o setup_mac.sh +$ chmod +x setup_mac.sh $ ./setup_mac.sh ```