From e81951e5accb0cd5087c8e19c36d990df7c2dc54 Mon Sep 17 00:00:00 2001 From: Vir Chaudhury Date: Mon, 2 Jan 2023 21:10:31 +0800 Subject: [PATCH] docs: fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 431d7ce..2a36044 100644 --- a/README.md +++ b/README.md @@ -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