Skip to content

Commit

Permalink
docs: add note for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
luantranminh committed Aug 1, 2024
1 parent 511b798 commit a19916c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ your current EF schema. This works by inspecting the target database and compari
EF schema and creating a migration plan. Atlas will prompt you to confirm the migration plan
before applying it to the database.

> Note: For Windows users, you need to use the `atlas.exe` command instead of `atlas`.
```bash
atlas schema apply --env ef -u "mysql://root:password@localhost:3306/mydb"
```
Expand All @@ -107,6 +109,8 @@ workflow, where each change to the database is versioned and recorded in a migra
`atlas migrate diff` command to automatically generate a migration file that will migrate the database
from its latest revision to the current EF schema.

> Note: For Windows users, you need to use the `atlas.exe` command instead of `atlas`.
```bash
atlas migrate diff --env ef
```
Expand Down

0 comments on commit a19916c

Please sign in to comment.