Skip to content

Commit f00a11b

Browse files
committed
Update readme
1 parent 98be1db commit f00a11b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ Destination directory should exist if specified.
2020

2121
### Examples:
2222
```
23-
PreCompress.exe -i C:\temp\source\*.dll -d c:\temp\destination
24-
PreCompress.exe -i C:\temp\source
25-
PreCompress.exe -i source\file.dll
26-
PreCompress.exe -i *.dll
27-
```
23+
PreCompress -i C:\temp\source\*.dll -d c:\temp\destination
24+
PreCompress -i C:\temp\source
25+
PreCompress -i source\file.dll
26+
PreCompress -i *.dll
27+
```
28+
29+
## Installation
30+
The tool is available as a dotnet global tool. To install it follow the instructions on nuget:
31+
https://www.nuget.org/packages/zorgoz.PreCompress/
32+
33+
`dotnet tool install --global zorgoz.PreCompress`

0 commit comments

Comments
 (0)