|
@@ -17,4 +17,10 @@ The resulting diff is represented by the generated HTML-file.
|
|
|
|
|
|
Run `java -jar cddiff.jar <file1> <file2>` (without triangle brackets)
|
|
|
|
|
|
+As the result there will be generated diff.html file with diff info:
|
|
|
+-  `Added string`
|
|
|
+-  `Changed string`
|
|
|
+-  `Removed string`
|
|
|
+
|
|
|
See [example](https://github.com/CrazyPhD/CDDiff/tree/master/example)
|
|
|
+
|