summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b37b0df..e088aca 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,12 @@
A python script that takes two files and compares the differences between them (side-by-side) in an HTML format.
-###Usage
+### Installation
+```
+pip install -r requirements.txt
+```
+
+### Usage
```
diff2HtmlCompare.py [-h] [-v] file1 file2