Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasburk committed Jan 23, 2020
1 parent 423b79e commit 16aa586
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,7 @@ While each tool can be used standalone (in both [_greenfield_ and _brownfield_ p

## Getting started

The easiest way to get started with [Prisma 2](https://github.com/prisma/prisma-client-js) is by using the `init` command of the `prisma2` CLI via [npx](https://github.com/npm/npx):

```
npx prisma2 init hello-prisma
```

Alternatively, you can install the `prisma2` CLI globally and run the `init` command then:

```
npm install -g prisma2
prisma2 init hello-prisma
```

Follow the [**"Getting Started"-guide**](./docs/getting-started.md) for more information and next steps.
Follow the [**"Getting Started"-guide**](./docs/getting-started.md) to start using Prisma.

## Contents

Expand Down

0 comments on commit 16aa586

Please sign in to comment.