aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Hurst <ark@mansus.space>2024-09-09 00:20:38 +0200
committerJulian Hurst <ark@mansus.space>2024-09-09 00:20:38 +0200
commitd7b7e927d4201a8bf4b924927657290656c919a1 (patch)
tree2dc43e73d406bbd857963bced6e1e7b2bbfbd585
parent705ebea7734494f32e4b2fbf429e4df3a9f7c043 (diff)
downloaddistamp-d7b7e927d4201a8bf4b924927657290656c919a1.tar.gz
Flesh out README.md
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index c352b79..4b60a2d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,15 @@
# distamp
-Creates discord format relative timestamps
+Creates discord format relative timestamps, i.e.: `<t:1725834045:R>`
+
+## Usage
+
+ ./distamp m[:s]
+
+ Where m is number of minutes from now and s is number of seconds from now
+
+## Build
+
+To build, install hare and run:
+
+ $ hare build distamp.ha