From 76b9b2e9a2b1ded4a45affca48cdc84397621cfc Mon Sep 17 00:00:00 2001 From: Derek Anderson Date: Mon, 21 Aug 2023 10:53:50 -0500 Subject: [PATCH] docs: update README.md (#23) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32134b0..6a673b8 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ cd stable-diffusion.cpp ``` cd stable-diffusion.cpp git pull origin master +git submodule init git submodule update ```