commit | a72a393d658216ec75a59ad5a788e2504fee4b53 | [log] [tgz] |
---|---|---|
author | kieleth <luis.guzman@ammeon.com> | Tue Mar 10 08:47:05 2015 -0700 |
committer | Ian Wienand <iwienand@redhat.com> | Tue Mar 10 23:07:05 2015 +0000 |
tree | d6d432ef44c4512006b0c17f04700488a7c56f59 | |
parent | c5ab3e0c8665688c38f34edd582f0f2f628de06f [diff] [blame] |
Add sudo to yum example Add sudo to yum example so following along with copy-paste works Change-Id: I5e64b3d751b55989a353bfe2bb691ea6e51690e3
diff --git a/doc/source/guides/single-machine.rst b/doc/source/guides/single-machine.rst index 70287a9..236ece9 100644 --- a/doc/source/guides/single-machine.rst +++ b/doc/source/guides/single-machine.rst
@@ -67,7 +67,7 @@ :: - sudo apt-get install git -y || yum install -y git + sudo apt-get install git -y || sudo yum install -y git git clone https://git.openstack.org/openstack-dev/devstack cd devstack