Browse Source

Corrected paths after clone

Jan Sušnik 8 years ago
parent
commit
c3c7756afc
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -13,7 +13,7 @@ can be performed only by running a script, without any additional effort.
 
     $ sudo yum install -y git
     $ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
-    $ cd packstack
+    $ cd packstack_ironic_ocata
     $ sudo bash run_setup.sh ironic
 
 ## Installation of Packstack with Ironic and bridged network:
@@ -22,7 +22,7 @@ Make sure to replace `enp2s0` interface with your own.
 
     $ sudo yum install -y git
     $ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
-    $ cd packstack
+    $ cd packstack_ironic_ocata
     $ sudo bash run_setup.sh ironic enp2s0
 
 ## Installation of Packstack with Ironic and bridged network + named external network:
@@ -31,14 +31,14 @@ Make sure to replace `enp2s0` interface and `extnet` external network with your
 
     $ sudo yum install -y git
     $ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
-    $ cd packstack
+    $ cd packstack_ironic_ocata
     $ sudo bash run_setup.sh ironic enp2s0 extnet
 
 ## Installation of Packstack with default components:
 
     $ sudo yum install -y git
     $ git clone https://git.susnik.work/jan/packstack_ironic_ocata.git
-    $ cd packstack
+    $ cd packstack_ironic_ocata
     $ sudo bash run_setup.sh
 
 ## Development and general information