Browse code

Minor fix to readme - corrected indentation for some commands

Change-Id: I0a16c59d258be4ce8bb8cdebfb3d1cbc30ce9d54

Bob Ball authored on 2013/02/01 00:21:43
Showing 1 changed files
... ...
@@ -18,7 +18,7 @@ https://www.citrix.com/English/ss/downloads/details.asp?downloadId=2311504&produ
18 18
 For details on installation, see: http://wiki.openstack.org/XenServer/Install
19 19
 
20 20
 Here are some sample Xenserver network settings for when you are just
21
-getting started (I use settings like this with a lappy + cheap wifi router):
21
+getting started (Settings like this have been used with a laptop + cheap wifi router):
22 22
 
23 23
 * XenServer Host IP: 192.168.1.10
24 24
 * XenServer Netmask: 255.255.255.0
... ...
@@ -29,9 +29,9 @@ Step 2: Download devstack
29 29
 --------------------------
30 30
 On your XenServer host, run the following commands as root:
31 31
 
32
-wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master
33
-unzip -o master -d ./devstack
34
-cd devstack/*/
32
+    wget --no-check-certificate https://github.com/openstack-dev/devstack/zipball/master
33
+    unzip -o master -d ./devstack
34
+    cd devstack/*/
35 35
 
36 36
 Step 3: Configure your localrc inside the devstack directory
37 37
 ------------------------------------------------------------