Skip to content

Commit

Permalink
#17 readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrjjunior committed Feb 27, 2024
1 parent f92ddee commit 4df9e0c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ A lightweight migration CLI **library** for [Kysely](https://github.com/koskimas

# Installation

```
Install using the dependency manager of your choice

```typescript
// NPM
npm install --save kysely-migration-cli
```

If you prefer Yarn:
// PNPM
pnpm add kysely-migration-cli

```
// YARN
yarn add kysely-migration-cli
```

Expand Down

0 comments on commit 4df9e0c

Please sign in to comment.