Fix the typo in the README.
authorSteve Losh <steve@stevelosh.com>
Sat, 4 Jul 2009 00:45:05 +0000 (20:45 -0400)
committerSteve Losh <steve@stevelosh.com>
Sat, 4 Jul 2009 00:45:05 +0000 (20:45 -0400)
README

diff --git a/README b/README
index e417a990c31dbab06177661bef24598f90831688..6bd04e52d9fc0593a2b21158afed8caf4ad653b2 100644 (file)
--- 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.