Skip to content

Commit 9c0e07f

Browse files
authoredFeb 27, 2024
Update Readme.md
1 parent 76bdd95 commit 9c0e07f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎Readme.md

+13
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,16 @@ To use Docker image, run the following command replacing `MyDir` with your local
3939
docker run -v MyDir:/app/Migrations -e ip=localhost ivet
4040
```
4141
See upgrade command to add your own parameters.
42+
43+
Dotnet Tool
44+
=======
45+
You can install Ivet as a dotnet tool
46+
```
47+
dotnet tool install --global Ivet
48+
```
49+
All versions are available on https://www.nuget.org/packages/Ivet
50+
51+
After the package is installed you can use it like
52+
```
53+
Ivet list --input "C:\MigrationFiles"
54+
```

0 commit comments

Comments
 (0)