diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index b07b5842bc5..d5311e47fa8 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -4221,12 +4221,12 @@ gpgcheck=0
If you're using your own package repository, change this line to read as appropriate for your 4.1.0 repository.
- Now that you have the repository configured, it's time to install the cloudstack-management package. This will pull in any other dependencies you need.
- $ sudo yum install cloudstack-management
+ Now that you have the repository configured, it's time to install the cloudstack-management package by upgrading the older cloud-client package.
+ $ sudo yum upgrade cloud-client
- For KVM hosts, you will need to upgrade the cloudstack-agent package:
- $ sudo yum install cloudstack-agent
+ For KVM hosts, you will need to upgrade the cloud-agent package, similarly installing the new version as cloudstack-agent.
+ $ sudo yum upgrade cloud-agent
During the installation of cloudstack-agent, the RPM will copy your agent.properties, log4j-cloud.xml, and environment.properties from /etc/cloud/agent to /etc/cloudstack/agent.
@@ -4459,12 +4459,12 @@ gpgcheck=0
If you're using your own package repository, change this line to read as appropriate for your 4.1.0 repository.
- Now that you have the repository configured, it's time to install the cloudstack-management package. This will pull in any other dependencies you need.
- $ sudo yum install cloudstack-management
+ Now that you have the repository configured, it's time to install the cloudstack-management package by upgrading the older cloud-client package.
+ $ sudo yum upgrade cloud-client
- For KVM hosts, you will need to upgrade the cloudstack-agent package:
- $ sudo yum install cloudstack-agent
+ For KVM hosts, you will need to upgrade the cloud-agent package, similarly installing the new version as cloudstack-agent.
+ $ sudo yum upgrade cloud-agent
During the installation of cloudstack-agent, the RPM will copy your agent.properties, log4j-cloud.xml, and environment.properties from /etc/cloud/agent to /etc/cloudstack/agent.