aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbannsec <7632864+bannsec@users.noreply.github.com>2023-08-05 14:07:35 -0400
committerGitHub <noreply@github.com>2023-08-05 14:07:35 -0400
commitb315c207564a950d3ff846385ebae288352af8f8 (patch)
tree6d261ca1c663ffc575538bba6c607fd3f80bba2d /README.md
parent68f336bd994bed5442ad95bad6b6ad5564a5409a (diff)
Update README.md
Correct install instructions on linux and provide additional required apt packages Fixes #12351
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b796d150..cd11f856 100644
--- a/README.md
+++ b/README.md
@@ -115,7 +115,7 @@ Alternatively, use online services (like Google Colab):
1. Install the dependencies:
```bash
# Debian-based:
-sudo apt install wget git python3 python3-venv
+sudo apt install wget git python3 python3-venv libgl1 libglib2.0-0
# Red Hat-based:
sudo dnf install wget git python3
# Arch-based:
@@ -123,7 +123,7 @@ sudo pacman -S wget git python3
```
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)
+wget -q https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui/master/webui.sh
```
3. Run `webui.sh`.
4. Check `webui-user.sh` for options.