Index: experimental/skpdiff/README |
diff --git a/experimental/skpdiff/README b/experimental/skpdiff/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..de76ced0a6afdacdb3c16111953db2c0e0f4ea09 |
--- /dev/null |
+++ b/experimental/skpdiff/README |
@@ -0,0 +1,12 @@ |
+Some example invocations: |
+ |
+Note how the asterisks are not expanded inside the shell because of the quotes |
+ |
+out/Debug/skpdiff -p \ |
+ "/usr/local/google/home/zachr/Downloads/gm/*_8888.png" \ |
+ "/usr/local/google/home/zachr/Downloads/gm/*_gpu.png" |
+ |
+ |
+out/Debug/skpdiff --differ 1 -f \ |
+ "/usr/local/google/home/zachr/Downloads/diffs/baseline" \ |
+ "/usr/local/google/home/zachr/Downloads/diffs/test" |