aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/http.txt12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/http.txt b/doc/http.txt
index 5c5fc82..345f4f0 100644
--- a/doc/http.txt
+++ b/doc/http.txt
@@ -2,6 +2,12 @@
HTTP Interface
**************
-There's an interactive HTML interface in the works
-(http://bitbucket.org/sjl/cherryflavoredbugseverywhere/), but it's not
-ready for use as a public interface yet.
+BE bundles Cherry-flavored BE, an interactive HTML interface
+originally developed by Steve Losh.
+
+You can run it from the BE source directory with::
+
+ $ python interfaces/web/cfbe.py PATH_TO_REPO
+
+Eventually we'll move it into :mod:`libbe.ui` so it will be installed
+automatically with every BE installation.