forgot symlink destination in instructions

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34337 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 126590eb
...@@ -38,7 +38,7 @@ Run the Zope 2.12 buildout: ...@@ -38,7 +38,7 @@ Run the Zope 2.12 buildout:
$ cd ~/erp5.buildout $ cd ~/erp5.buildout
$ python2.6 bootstrap/bootstrap.py $ python2.6 bootstrap/bootstrap.py
$ bin/buildout -c buildout-2.12.cfg $ bin/buildout -v -c buildout-2.12.cfg
This will download and install the software components needed to run ERP5 on This will download and install the software components needed to run ERP5 on
Zope 2.12 including Zope 2.12 plus dependencies (including Zope 2.12 including Zope 2.12 plus dependencies (including
...@@ -101,7 +101,7 @@ following sequence of steps should result in a working "instance" buildout: ...@@ -101,7 +101,7 @@ following sequence of steps should result in a working "instance" buildout:
$ mkdir ~/instances # 0 $ mkdir ~/instances # 0
$ cd ~/instances # 1 $ cd ~/instances # 1
$ ln -s ~/erp5.buildout/*profiles* # 2 $ ln -s ~/erp5.buildout/*profiles* . # 2
$ cat > buildout.cfg # 3 $ cat > buildout.cfg # 3
[buildout] [buildout]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment