docs: fix README typo

This commit is contained in:
Vir Chaudhury 2023-01-02 21:10:31 +08:00
parent 1b1412033f
commit e81951e5ac
No known key found for this signature in database
GPG Key ID: 25B242ED74B61B15

View File

@ -7,7 +7,7 @@ This currently doesn't support AMD cards (I don't have one) but feel free to con
```bash
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
git clone https://github.com/virchau13/automatic1111-webui-nix
cp automatic1111-webui-nix-flake/*.nix stable-diffusion-webui/
cp automatic1111-webui-nix/*.nix stable-diffusion-webui/
cd stable-diffusion-webui
nix shell # or `nix-shell` if you're not using flakes
# just use `./webui.sh` to run it, it'll install all the rest automatically