diff --git a/omnibus/files/private-chef-cookbooks/private-chef/files/default/html/index.html b/omnibus/files/private-chef-cookbooks/private-chef/files/default/html/index.html index 14fa740993..ae9fb6dff2 100644 --- a/omnibus/files/private-chef-cookbooks/private-chef/files/default/html/index.html +++ b/omnibus/files/private-chef-cookbooks/private-chef/files/default/html/index.html @@ -32,8 +32,10 @@

Are You Looking For the Chef Server?

- One way to install the Management Console is to log in as root and type this command: + One way to install the Management Console is to log in as root and type these commands:

 # chef-server-ctl install chef-manage 
+
 # chef-server-ctl reconfigure 
+
 # chef-manage-ctl reconfigure 
Alternatively, you can download the Management Console as an installable package from the Management Console downloads page.