Skip to content

Commit

Permalink
chore(readme):
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnksslr committed Nov 10, 2024
1 parent 2a093d7 commit 8343a60
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,21 @@ or
### Additional Options

- `--import-global-pip-conf`: Import extra index URLs from `~/.pip/pip.conf`
```
```bash
uv-migrator path/to/your/project --import-global-pip-conf
```

- `--import-index`: Specify additional index URLs to import (can be used multiple times)
```
```bash
uv-migrator path/to/your/project --import-index https://custom.pypi.org/simple/
```

- `--help`: Display comprehensive help information
```bash
uv-migrator --help
```

- `--self-update`: Update UV Migrator to the latest version
```bash
uv-migrator --self-update
```

0 comments on commit 8343a60

Please sign in to comment.