Clarify the wording of centos installation

CentOS might or might not install binary to /usr/bin/, depending
on versions. Let's rephrase the instruction to make it clear.

Change-Id: I517ac510c3fbc8a6c48631d24e68e858b5fa5168
This commit is contained in:
Hongbin Lu 2020-04-20 03:49:46 +00:00
parent e5f601a350
commit 721625c297
2 changed files with 13 additions and 11 deletions

View File

@ -98,8 +98,8 @@ Install and configure components
.. note::
CentOS install binary files into ``/usr/bin/``,
replace ``/usr/local/bin/`` directory with the correct
CentOS might install binary files into ``/usr/bin/``.
If it does, replace ``/usr/local/bin/`` directory with the correct
in the following command.
.. code-block:: console
@ -302,8 +302,10 @@ Install and configure components
# install -o zun -m 0555 -D /usr/local/bin/zun-cni /opt/cni/bin/zun-cni
CentOS install binary files into ``/usr/bin/``,
replace ``/usr/local/bin/zun-cni`` with the correct path
.. note::
CentOS might install binary files into ``/usr/bin/``.
If it does, replace ``/usr/local/bin/zun-cni`` with the correct path
in the command above.
Finalize installation
@ -314,8 +316,8 @@ Finalize installation
.. note::
CentOS install binary files into ``/usr/bin/``,
replace ``/usr/local/bin/`` directory with the correct
CentOS might install binary files into ``/usr/bin/``.
If it does, replace ``/usr/local/bin/`` directory with the correct
in the following example file.
.. code-block:: bash
@ -335,8 +337,8 @@ Finalize installation
.. note::
CentOS install binary files into ``/usr/bin/``,
replace ``/usr/local/bin/`` directory with the correct
CentOS might install binary files into ``/usr/bin/``,
If it does, replace ``/usr/local/bin/`` directory with the correct
in the following example file.
.. code-block:: bash

View File

@ -346,8 +346,8 @@ Finalize installation
.. note::
CentOS install binary files into ``/usr/bin/``,
replace ``/usr/local/bin/`` directory with the correct
CentOS might install binary files into ``/usr/bin/``.
If it does, replace ``/usr/local/bin/`` directory with the correct
in the following example files.
.. code-block:: bash