summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:30:00 -0400
committerJoseph Werle <joseph.werle@gmail.com>2014-05-05 11:31:45 -0400
commitcbfbbbb6b0b7a5441aa0414a73f4a2cda00bd957 (patch)
treed76b573b8005aad83df719b9f3afbf683036ef6a /README.md
parent2d25dad1f814ddbdb1c02a4d648970cb36d8f71e (diff)
Add exec and man
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a6ef405..af90198 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,18 @@ main (void) {
}
```
+A command line executable is also available:
+
+```
+$ echo -n kinkajou | murmur
+3067714808
+```
+
+```
+$ echo -n panda | murmur --seed=10
+1406483717
+```
+
## api
```c