Update README.md

Updated to reflect change in webui.sh, so that the installation directory is not absolute (/home/user).
This commit is contained in:
ParityError 2023-03-28 18:34:02 -07:00 committed by GitHub
parent f69acfe9a4
commit f867d7b429
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ sudo dnf install wget git python3
# Arch-based:
sudo pacman -S wget git python3
```
2. To install in `/home/$(whoami)/stable-diffusion-webui/`, run:
2. Navigate to the directory you would like the webui to be installed and execute the following command:
```bash
bash <(wget -qO- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh)
```