Skip to content

Commit

Permalink
Clarify build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
KAJdev authored Jul 30, 2023
1 parent 4469313 commit f3b7d20
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit f3b7d20

Please sign in to comment.