docs: update README.md (#23)

This commit is contained in:
Derek Anderson
2023-08-21 10:53:50 -05:00
committed by GitHub
parent 5ae4795535
commit 76b9b2e9a2

View File

@@ -49,6 +49,7 @@ cd stable-diffusion.cpp
``` ```
cd stable-diffusion.cpp cd stable-diffusion.cpp
git pull origin master git pull origin master
git submodule init
git submodule update git submodule update
``` ```