Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvisco authored May 19, 2024
1 parent 1fb3ddb commit ecfdf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ go install github.com/alexisvisco/amigo@latest
```sh
amigo context --dsn "postgres://user:password@localhost:5432/dbname" # optional but it avoid to pass the dsn each time
amigo init # create the migrations folder, the main file to run migration
mit migrate # apply the migration
amigo migrate # apply the migration
```

## Example of migration
Expand Down

0 comments on commit ecfdf32

Please sign in to comment.