summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac <arunisaac@systemreboot.net>2022-01-03 01:13:19 +0530
committerRicardo Wurmus <rekado@elephly.net>2022-01-07 16:41:52 +0100
commit317a1c1f525ae908a099d71b5e268d96b7f0f2c9 (patch)
tree075a18f9dd4a8b2c2229aec50ff3b09ed42394f1
parent8a45281801ade7524dbdee423c28b326051719de (diff)
README: Add README.
* README.org: New file.
-rw-r--r--README.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..fd1d77b
--- /dev/null
+++ b/README.org
@@ -0,0 +1,13 @@
+#+TITLE: mumi
+
+mumi is the Mediocre, Uh, Mail Interface. It is a prettier web
+frontend to Debbugs.
+
+* Hacking
+
+To enter a development environment with all dependencies installed,
+run
+
+#+BEGIN_SRC shell
+ $ guix shell -D mumi
+#+END_SRC