aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Losh <steve@stevelosh.com>2009-07-03 20:45:05 -0400
committerSteve Losh <steve@stevelosh.com>2009-07-03 20:45:05 -0400
commitec6eaa8b6ced6b23256513e76f97cfa3a0e26a5d (patch)
tree8dcb2fa23572cfb946f53e7b45d70de5eb0f8655
parent299dddeb62f5e7f91c3eaf6a65ca98334a617472 (diff)
downloadbugseverywhere-ec6eaa8b6ced6b23256513e76f97cfa3a0e26a5d.tar.gz
Fix the typo in the README.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index e417a99..6bd04e5 100644
--- a/README
+++ b/README
@@ -15,6 +15,6 @@ I intend to streamline the installation once I'm satisfied with the interface it
* Install [BugsEverywhere](http://bugseverywhere.org/) if you don't have it.
* Download a zip/tar of CFBE (or hg clone) from the [Mercurial repository](http://bitbucket.org/sjl/cherryflavoredbugseverywhere/).
* Unzip (if you grabbed a zip) and put the folder in your Python site-packages directory (or put it anywhere and symlink it to site-packages).
-* Symlink `site-packages/cherryflavoredbugseverywhere/cfbe.py` to `/usr/ local/bin/cfbe`
+* Symlink `site-packages/cherryflavoredbugseverywhere/cfbe.py` to `/usr/local/bin/cfbe`
* Use `cfbe [project_root]` to start up the web interface for that project.
* Visit http://localhost:8080/ in a browser.