Skip to content

Commit bbcdc6f

Browse files
committed
README fixes.
1 parent 7835861 commit bbcdc6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,20 @@ Prerequisites:
1717
### From source on Mac OS X, Debian, Ubuntu, and Fedora
1818

1919
git clone git://github.com/devstructure/python-cloudformation.git
20-
cd blueprint && make && sudo make install
20+
cd python-cloudformation && make && sudo make install
2121

2222
### From source on CentOS and RHEL
2323

2424
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
2525
yum install python26
26-
git clone git://github.com/devstructure/blueprint.git
27-
cd blueprint && make && sudo make install PYTHON=/usr/bin/python26
26+
git clone git://github.com/devstructure/python-cloudformation.git
27+
cd python-cloudformation && make && sudo make install PYTHON=/usr/bin/python26
2828

2929
This installs Python 2.6 from EPEL side-by-side with Python 2.4 and so won't break yum.
3030

3131
### With a package manager
3232

33-
DevStructure maintains Debian packages and Python eggs for Blueprint. See [Installing with a package manager](https://github.com/devstructure/python-cloudformation/wiki/Installing-with-a-package-manager) on the wiki.
33+
DevStructure maintains Debian packages and Python eggs. See [Installing with a package manager](https://github.com/devstructure/python-cloudformation/wiki/Installing-with-a-package-manager) on the wiki.
3434

3535
## Documentation
3636

0 commit comments

Comments
 (0)