Correct source installation instructions in README.

This commit is contained in:
Ryan Petrello
2012-10-31 10:55:55 -04:00
parent 0a30cd57b1
commit fd212bc84b

View File

@@ -19,7 +19,7 @@ Installing
...or, for the latest (unstable) tip::
$ git clone https://github.com/dreamhost/pecan.git -b next
$ cd pecan && python setup.py develop
$ cd pecan && python setup.py install
Running Tests
-------------