Update installation instructions

Dylan Cathelijn 2022-09-27 10:51:05 +02:00
parent 15a1907d70
commit 0130126f3b

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