We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98be1db commit f00a11bCopy full SHA for f00a11b
README.md
@@ -20,8 +20,14 @@ Destination directory should exist if specified.
20
21
### Examples:
22
```
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
-```
+PreCompress -i C:\temp\source\*.dll -d c:\temp\destination
+PreCompress -i C:\temp\source
+PreCompress -i source\file.dll
+PreCompress -i *.dll
+```
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