Skip to content

Commit

Permalink
Merge pull request #20 from marcosrjjunior/17_readme_update
Browse files Browse the repository at this point in the history
#17 readme update
  • Loading branch information
acro5piano committed Feb 27, 2024
2 parents a0e0fac + 4df9e0c commit 1735715
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
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 1735715

Please sign in to comment.