aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilpner2018-09-05 11:16:04 +0200
committertilpner2018-09-05 11:16:04 +0200
commit958fb2b074608bb5d0c40ed83925754dabd38e07 (patch)
treef04db8114bb3ca6543fcca67c29e2c63c446d228
parent73700985a526d353ff4b124e8b392801f9d26e73 (diff)
downloadqeval-958fb2b074608bb5d0c40ed83925754dabd38e07.tar.gz
qeval-958fb2b074608bb5d0c40ed83925754dabd38e07.tar.xz
qeval-958fb2b074608bb5d0c40ed83925754dabd38e07.zip
Add readme with small example
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a1ba0c7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+### Example usage
+
+```sh
+$ cd $(nix-build --no-out-link . -A evaluators.all)
+$ bin/sh id
+uid=0(root) gid=0 groups=0
+```