diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2022-01-03 01:13:19 +0530 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-01-07 16:41:52 +0100 |
commit | 317a1c1f525ae908a099d71b5e268d96b7f0f2c9 (patch) | |
tree | 075a18f9dd4a8b2c2229aec50ff3b09ed42394f1 /README.org | |
parent | 8a45281801ade7524dbdee423c28b326051719de (diff) |
README: Add README.
* README.org: New file.
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 13 |
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 |