From bb1f39196e6f47d200ddbe1a6b4be27157720546 Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Sun, 20 Oct 2024 09:58:53 +0900 Subject: [PATCH] clarify readme: weget ... chmod +x webui.sh (#16251) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc62945c0..007f590d2 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ python_cmd="python3.11" 2. Navigate to the directory you would like the webui to be installed and execute the following command: ```bash wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh +chmod +x webui.sh ``` Or just clone the repo wherever you want: ```bash