From 5e33a8c701b9cc4ac605d80871047d8a17e37501 Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Fri, 28 Dec 2012 05:00:05 +0100 Subject: [PATCH] Update tools/xen/README.md properly indent shell commands to be issued in step 2 --- tools/xen/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/xen/README.md b/tools/xen/README.md index f20ad04b96..c7c7aca696 100644 --- a/tools/xen/README.md +++ b/tools/xen/README.md @@ -29,9 +29,9 @@ Step 2: Download devstack -------------------------- On your XenServer host, run the following commands as root: -wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master -unzip -o master -d ./devstack -cd devstack/*/ + wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master + unzip -o master -d ./devstack + cd devstack/*/ Step 3: Configure your localrc inside the devstack directory ------------------------------------------------------------