edit Linux section

ClashSAN 2023-07-01 00:38:02 -04:00
parent d2decf77b9
commit 852ea60c69

@ -209,7 +209,7 @@ See [Troubleshooting](Troubleshooting) section for what to do if things go wrong
## Linux ## Linux
Enter these commands, which will install webui to your current directory: 1. Enter these commands, which will install webui to your current directory:
``` ```
sudo apt install git python3.10 python3.10-venv -y sudo apt install git python3.10 python3.10-venv -y
@ -217,7 +217,7 @@ git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd https://
python3.10 -m venv venv python3.10 -m venv venv
``` ```
Install and run with: 2. Install and run with:
./webui.sh {your_arguments} ./webui.sh {your_arguments}