From 2628a061f76ed6a41f1080c694707fd45a4b7084 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Thu, 8 Sep 2022 15:10:44 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 033f42d1..a4b8a19a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ This is in-flux, but one way to get a development environment running for editin 8) Now make a symlink between the repository clone (where you will be making changes) and this archive (where you will be running stable diffusion): `ln -s /projects/stable-diffusion-ui-repo/ui /projects/stable-diffusion-ui-archive/ui` or for Windows -`mklink /projects/stable-diffusion-ui-repo/ui /projects/stable-diffusion-ui-archive/ui` +`mklink /D \projects\stable-diffusion-ui-archive\ui \projects\stable-diffusion-ui-repo\ui` (link name first, source repo dir second) 9) Run the archive again `start.sh` and ensure you can still use the UI. 10) Congrats, now any changes you make in your repo `ui` folder are linked to this running archive of the app and can be previewed in the browser.