Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aclark4life committed Jul 19, 2015
1 parent ff7a289 commit 8cff326
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Introduction
The Zope Management Interface, `Bootstrapped`_.

Installation
============
------------

::

$ virtualenv-2.7 .
$ bin/pip install zc.buildout
$ cat > buildout.cfg < EOF
$ cat > buildout.cfg << EOF
[buildout]
extends = https://raw.githubusercontent.com/plock/pins/master/plone-4-3
Expand All @@ -22,7 +22,7 @@ Installation
zope2_bootstrap
EOF
$ bin/buildout
$ bin/zope2 fg
$ bin/plone fg

.. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot.png
.. image:: https://github.com/aclark4life/zope2_bootstrap/raw/master/screenshot2.png
Expand Down
7 changes: 3 additions & 4 deletions buildout.cfg
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[buildout]
develop = .
extends =
https://raw.github.com/plock/pins/master/plone-4-3
https://raw.github.com/plock/pins/master/dev
extends = https://raw.githubusercontent.com/plock/pins/master/plone-4-3

[plone]
eggs =
Zope2
zope2_bootstrap
zcml =
zope2_bootstrap

0 comments on commit 8cff326

Please sign in to comment.