From 5f906868ea021ffc6bee3adc5881dbe6977ee03f Mon Sep 17 00:00:00 2001 From: YesYouKen Date: Wed, 7 Jun 2023 13:06:59 +0800 Subject: [PATCH] Updated Dependencies (markdown) --- Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dependencies.md b/Dependencies.md index 198eaee..1dd3268 100644 --- a/Dependencies.md +++ b/Dependencies.md @@ -6,7 +6,7 @@ - Linux (Arch-based): `sudo pacman -S wget git python3` 2. Code from this repository: - preferred way: using git: `git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git`. - - This way is referred because it lets you update by just running `git pull`. + - This way is preferred because it lets you update by just running `git pull`. - Those commands can be used from command line window that opens after you right click in Explorer and select "Git Bash here". - alternative way: use the "Code" (green button) -> "Download ZIP" option on the main page of the repo. - You still need to install git even if you choose this.