summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..8f7b240d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+jq
+==
+
+jq is a command-line JSON processor.
+
+If you want to learn to use jq, read the documentation at
+[https://stedolan.github.com/jq](https://stedolan.github.com/jq). This
+documentation is generated from the docs/ folder of this repository.
+
+If you want to hack on jq, feel free, but be warned that its internals
+are not well-documented at the moment. Bring a hard hat and a shovel.
+
+You can find some basic build instructions at
+[https://stedolan.github.com/jq/download](https://stedolan.github.com/jq/download)