clarify readme: weget ... chmod +x webui.sh (#16251)

This commit is contained in:
w-e-w 2024-10-20 09:58:53 +09:00 committed by GitHub
parent 6a59766313
commit bb1f39196e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: 2. Navigate to the directory you would like the webui to be installed and execute the following command:
```bash ```bash
wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh 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: Or just clone the repo wherever you want:
```bash ```bash