Skip to content

Commit

Permalink
Merge pull request #2 from acro5piano/feature/as-npm-script
Browse files Browse the repository at this point in the history
Fix readme
  • Loading branch information
acro5piano authored Aug 1, 2022
2 parents f5e262d + 2cdff34 commit 68cbd09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ Thin migration cli for [Kysely](https://github.com/koskimas/kysely)
# Getting started

```
$ yarn add kysely-migration-cli@0.0.2-dev
npm install --save kysely-migration-cli
```

Or if you use Yarn:

```
yarn add kysely-migration-cli
```

# Usage
Expand Down

0 comments on commit 68cbd09

Please sign in to comment.