aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2010-01-23 11:40:11 -0500
committerW. Trevor King <wking@drexel.edu>2010-01-23 11:40:11 -0500
commit04cd30589f138704e9cf88ee37f6549733cbe7e1 (patch)
tree54e47c728a6db65a7e9ec8aafcac706e18ca3132 /README
parent2f7045deeb0225fed1692b3390502077e4907758 (diff)
downloadbugseverywhere-04cd30589f138704e9cf88ee37f6549733cbe7e1.tar.gz
Reorganized documentation to clean doc/ for user-readable files
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 031ae13..428ca86 100644
--- a/README
+++ b/README
@@ -21,3 +21,10 @@ To create bugs, use "be new $DESCRIPTION". To comment on bugs, you
can can use "be comment $BUG_ID". To close a bug, use "be close
$BUG_ID" or "be status $BUG_ID fixed". For more commands, see "be
help". You can also look at the usage examples in test_usage.sh.
+
+Documentation
+=============
+
+If "be help" isn't scratching your itch, there's also
+ * doc/tutorial (a gentle introduction to BE)
+ * doc/README.dev (a guide to hacking BE)