Skip to content

Commit

Permalink
chore(readme update): fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Oct 3, 2024
1 parent 1716408 commit 243e194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ The compiled binary will be available in the `target/release` directory.
Run the UV Migrator with the path to your existing `pyproject.toml` file:

```
uv-migrator path/to/your/pyproject.toml
uv-migrator path/to/your/pyproject.toml/location
```
or
```
1. cd /to/project
2. uv-migrator .
```

## How It Works
Expand Down

0 comments on commit 243e194

Please sign in to comment.