Made bzr init-repo swift step non-optional

This commit is contained in:
Anne Gentle 2011-05-18 10:26:52 -05:00
parent 5804669c25
commit 857d6e2f87

View File

@ -239,7 +239,7 @@ Do these commands as you on guest. The bazaar configuration is optional; you can
email = Your Name <your-email-address>
#. (optional) If you are using launchpad to get the code or make changes, run
`bzr launchpad-login <launchpad_id>`
#. (optional) Create the swift repo with `bzr init-repo swift`
#. Create the swift repo with `bzr init-repo swift`
#. Check out a bzr branch of swift, for example:
`cd ~/swift; bzr branch lp:swift trunk`
#. Build a development installation of swift, for example: