Skip to content

Commit 68cbd09

Browse files
authored
Merge pull request #2 from acro5piano/feature/as-npm-script
Fix readme
2 parents f5e262d + 2cdff34 commit 68cbd09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ Thin migration cli for [Kysely](https://github.com/koskimas/kysely)
55
# Getting started
66

77
```
8-
8+
npm install --save kysely-migration-cli
9+
```
10+
11+
Or if you use Yarn:
12+
13+
```
14+
yarn add kysely-migration-cli
915
```
1016

1117
# Usage

0 commit comments

Comments
 (0)