Skip to content

Commit

Permalink
Update README.md (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov authored May 29, 2024
1 parent dbcf275 commit 6ae28eb
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,37 @@ section or in [kysely's discord server](https://discord.gg/xyBJ3GwvAm).

## Install

### Prerequisites:

`kysely-ctl` requires `kysely` >= 0.18.1 to be installed.

### Node.js:

```bash
npm i -D kysely-ctl
```

Requires `kysely` >= 0.18.1.
or:

```bash
yarn add -D kysely-ctl
```

or:

```bash
pnpm add -D kysely-ctl
```

### Bun

```bash
bun add -D kysely-ctl
```

### Deno

Yes.

## Use

Expand Down

0 comments on commit 6ae28eb

Please sign in to comment.