Skip to content

Commit

Permalink
docs: use tagged version in pip install command
Browse files Browse the repository at this point in the history
  • Loading branch information
thegamecracks committed Dec 14, 2023
1 parent 41f7b98 commit a4c973d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ potential issues with the output script such as table/column renames.
Assuming you have Python 3.8+ and Git, you can install this library with:

```sh
pip install git+https://github.com/thegamecracks/sqlitediff
pip install git+https://github.com/thegamecracks/sqlitediff@v0.1.0
```

After installation, the command-line interface can be used with `sqlitediff`
Expand Down

0 comments on commit a4c973d

Please sign in to comment.