diff --git a/README.md b/README.md new file mode 100644 index 0000000..372e1da --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# cq usage + +```sh +cq < file.cbor +cq [attribute] < file.cbor +``` + +Example: + +```sh +cq ".people.alice.age" < file.cbor +``` + +# json-to-cbor usage + +```sh +json-to-cbor < file.json > file.cbor +``` +