From f4585c85309f2dd0101d8a8a87a05bbfae524cb0 Mon Sep 17 00:00:00 2001 From: ClashSAN <98228077+ClashSAN@users.noreply.github.com> Date: Fri, 14 Jul 2023 11:53:42 -0400 Subject: [PATCH] correct linux paste command --- Install-and-Run-on-AMD-GPUs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-and-Run-on-AMD-GPUs.md b/Install-and-Run-on-AMD-GPUs.md index a7bf761..52af49c 100644 --- a/Install-and-Run-on-AMD-GPUs.md +++ b/Install-and-Run-on-AMD-GPUs.md @@ -30,8 +30,8 @@ If you have 4-6gb vram, try adding these flags to `webui-user.bat` like so: 1. Enter these commands, which will install webui to your current directory: ``` -sudo apt install git python3.10 python3.10-venv -y -git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd https://github.com/AUTOMATIC1111/stable-diffusion-webui +sudo apt install git python3.10-venv -y +git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui && cd stable-diffusion-webui python3.10 -m venv venv ```