From f3b7d2048edc46992476a137019831bce6d5301e Mon Sep 17 00:00:00 2001 From: Ezekiel Wotring <40004347+KAJdev@users.noreply.github.com> Date: Sat, 29 Jul 2023 19:28:47 -0800 Subject: [PATCH] Clarify build steps --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b45773..e6f2e1c 100644 --- a/README.md +++ b/README.md @@ -56,12 +56,16 @@ _Yes!_ Stability's hosted deployment of StableStudio will remain [DreamStudio](h git clone https://github.com/Stability-AI/StableStudio ``` -2. Install yarn dependencies +2. Install dependencies ``` yarn install ``` +``` +cargo install tauri-cli +``` + 3. Build ```