Merge "Fix a command in Developer Documentation"

This commit is contained in:
Jenkins 2016-10-05 04:06:06 +00:00 committed by Gerrit Code Review
commit 038c3f70e1

View File

@ -13,7 +13,7 @@ To get started developing with ``diskimage-builder``, install to a
$ mkdir dib
$ cd dib
$ virtualenv create env
$ virtualenv env
$ source env/bin/activate
$ git clone https://git.openstack.org/openstack/diskimage-builder
$ cd diskimage-builder