diff options
| -rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |
