diff --git a/README.md b/README.md
index fbf8d70..a2408b6 100644
--- a/README.md
+++ b/README.md
@@ -1,25 +1,22 @@
-
-
-# StableStudio
-
-**👋 Welcome to the community repository for StableStudio, the open-source version of [DreamStudio](https://www.dreamstudio.ai)**
-
-### Documentation
-
- [🎨 UI](./packages/stablestudio-ui/README.md)
-
- [🔌 Plugins](./packages/stablestudio-plugin/README.md)
-
-### Links
-🎮 Discord
-
-🛟 Bugs & Support
-
-💬 Discussion
-
# 🚀 Quick Start
@@ -29,12 +26,15 @@ You'll need to have [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg
```bash
git clone https://github.com/Stability-AI/StableStudio.git
```
+
```bash
cd StableStudio
```
+
```bash
yarn
```
+
```bash
yarn dev
```
@@ -63,7 +63,7 @@ _Not much!_ There are a few tweaks we made to make the project more community-fr
- All "over-the-wire" API calls have been replaced by a [plugin system](./packages/stablestudio-plugin/README.md) which allows you to easily swap out the back-end.
- - With a little bit of TypeScript, you can [create your own](./packages/stablestudio-plugin/README.md) plugin and use StableStudio with any backend you want!
+ - With a little bit of TypeScript, you can [create your own plugin](./packages/stablestudio-plugin/README.md) and use StableStudio with any back-end you want!
- We removed Stability-specific account features such as billing, API key management, etc.
@@ -81,7 +81,7 @@ _Yes!_ Stability's hosted deployment of StableStudio will remain [DreamStudio](h
_**Community contributions are encouraged!**_
-**The UI package's [README](./packages/stablestudio-ui/README.md) is a great place to start.** Bug fixes, documentation, general clean-up, new features, etc. are all welcome.
+**The UI package's [README](./packages/stablestudio-ui/README.md) is a great place to start.** Bug fixes, documentation, general clean-up, new features, etc. are all welcome.
Here are some useful links...