Clarify build steps

This commit is contained in:
Ezekiel Wotring
2023-07-29 19:28:47 -08:00
committed by GitHub
parent 4469313106
commit f3b7d2048e

View File

@@ -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
```