about summary refs log tree commit diff
path: root/fun/dt/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'fun/dt/README.md')
-rw-r--r--fun/dt/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/fun/dt/README.md b/fun/dt/README.md
new file mode 100644
index 0000000000..ee43d56064
--- /dev/null
+++ b/fun/dt/README.md
@@ -0,0 +1,11 @@
+dt
+==
+
+It's got a purpose.
+
+## Usage:
+
+```
+nix-build -E '(import (builtins.fetchGit "https://git.tazj.in/") {}).fun.dt'
+./result/bin/dt --one ... --two ...
+```