Skip to content

Commit

Permalink
oops. r104834 was a mistake
Browse files Browse the repository at this point in the history
Can't rely on editor's recursive search always :)
  • Loading branch information
baijum committed Oct 6, 2009
1 parent b3e718f commit 087cad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zdgbook/source/GettingStarted.rst
Expand Up @@ -44,7 +44,7 @@ and `buildout` script inside `bin` directory.

$ cd poll/poll.build
$ touch buildout.cfg
$ wget -c http://download.zope.org/Zope2/index/2.12.0/versions.cfg
$ wget -c http://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap/bootstrap.py
$ python2.6 bootstrap.py

Installing Zope 2
Expand All @@ -60,7 +60,7 @@ recipes.
[buildout]
parts = zope2
instance
extends = http://svn.zope.org/repos/main/Zope/tags/2.12.0/versions.cfg
extends = http://download.zope.org/Zope2/index/2.12.0/versions.cfg

[zope2]
recipe = zc.recipe.egg
Expand Down

0 comments on commit 087cad5

Please sign in to comment.