aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b025a81
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+Roll dice
+
+Usage examples:
+
+ $ roll 1d6
+ 1
+ $ roll 3d6+5
+ 15
+ $ roll 4d8+1d6
+ 16