Fix a command in Developer Documentation

Fix a command for creating a new virtualenv.

Change-Id: Ia4981af390bf5218f22ea753db86a5edfbb602f2
This commit is contained in:
Hironori Shiina 2016-10-04 22:22:26 +09:00
parent b0d72a3161
commit 30b3fc8dcc

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