Browse Source

Add a basic README

Gu1 11 years ago
parent
commit
2d04ac7ee0
1 changed files with 13 additions and 1 deletions
  1. 13 1
      README

+ 13 - 1
README

@@ -1 +1,13 @@
-TODO
+
+How to use the validator 
+========================
+
+Preferably in a virtualenv, run:
+
+    python setup.py install
+
+Then, you should be able to use the validator:
+
+    isp-format-validator target.json
+
+