Skip to content

Commit

Permalink
Update Studio Usage section (#582)
Browse files Browse the repository at this point in the history
* Update Studio Usage section

Reword and add link to binaries.

* Changed a couple of lines to fix terminology

Co-authored-by: Siddhant Sinha <[email protected]>
  • Loading branch information
martzoukos and Siddhant Sinha authored Nov 24, 2020
1 parent 0902ab4 commit 0c401b6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@

## Usage

Prisma Studio is bundled with [Prisma](https://github.com/prisma/prisma) and can be used as a web app by opening the Studio link when running `prisma studio`.
There are two ways you can run Studio with:

1. Run `$ npx prisma studio` after you have installed [Prisma](https://github.com/prisma/prisma) (it comes prebundled with it).
2. Install the macOS app from the installers in the [latest release](https://github.com/prisma/studio/releases).

Currently, only macOS is supported - if you want to install the native app on Windows or Linux, please let us know by opening an [issue](https://github.com/prisma/studio/issues).

## Demo

Expand Down

0 comments on commit 0c401b6

Please sign in to comment.