Skip to content

Commit

Permalink
Fix: Udpate demo link and add 'studio' to cd command (onlook-dev#38)
Browse files Browse the repository at this point in the history
- Fix "View Demo" link (might be eaiser to just link directly to video)
- User should be able to execute all the commands verbatim to run the project.
  • Loading branch information
mdp authored Jul 9, 2024
1 parent 842bad1 commit b2b68e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="https://github.com/onlook-dev/studio"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="/onlook-dev/studio">View Demo</a>
<a href="/onlook-dev/studio?tab=readme-ov-file#about">View Demo</a>
·
<a href="https://github.com/onlook-dev/studio/issues/new?labels=bug&template=bug-report---.md">Report Bug</a>
·
Expand Down Expand Up @@ -77,9 +77,9 @@ https://github.com/onlook-dev/studio/assets/31864905/ea429342-03bc-40b2-8a94-d39
```sh
git clone https://github.com/onlook-dev/studio.git
```
2. Navigate to app folder
2. Navigate to app folder inside the project
```sh
cd app
cd studio/app
```
3. Install NPM packages
```sh
Expand Down

0 comments on commit b2b68e5

Please sign in to comment.