diff --git a/source/includes/common-installation.rst b/source/includes/common-installation.rst index 06599d36..5c870e99 100644 --- a/source/includes/common-installation.rst +++ b/source/includes/common-installation.rst @@ -1,10 +1,9 @@ .. start-install-minio-binary-desc -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. tab-set:: diff --git a/source/includes/common-minio-mc.rst b/source/includes/common-minio-mc.rst index 34ab93d1..1efde284 100644 --- a/source/includes/common-minio-mc.rst +++ b/source/includes/common-minio-mc.rst @@ -42,9 +42,10 @@ commands *may* work as documented, any such usage is at your own risk. - Brackets ``[]`` indicate optional parameters. - Parameters sharing a line are mutually dependent. -- Parameters seperated using the pipe ``|`` operator are mutually exclusive. +- Parameters separated using the pipe ``|`` operator are mutually exclusive. Copy the example to a text editor and modify as-needed before running the command in the terminal/shell. +You may need to use ``sudo`` if your user does not have write permissions for the path where ``mc`` is installed. .. end-minio-syntax diff --git a/source/includes/linux/common-installation.rst b/source/includes/linux/common-installation.rst index 6ae9e310..64674caa 100644 --- a/source/includes/linux/common-installation.rst +++ b/source/includes/linux/common-installation.rst @@ -1,11 +1,9 @@ .. start-install-minio-binary-desc -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. - +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. dropdown:: amd64 (Intel or AMD 64-bit processors) :open: @@ -275,6 +273,8 @@ group on the system host with the necessary access and permissions. MinIO publishes additional startup script examples on :minio-git:`github.com/minio/minio-service `. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. + .. end-install-minio-systemd-desc .. start-install-minio-start-service-desc diff --git a/source/includes/linux/deploy-standalone.rst b/source/includes/linux/deploy-standalone.rst index 6a3330dc..6be55323 100644 --- a/source/includes/linux/deploy-standalone.rst +++ b/source/includes/linux/deploy-standalone.rst @@ -1,11 +1,10 @@ 1) Download the MinIO Server ---------------------------- -The following tabs provide examples of installing MinIO onto 64-bit Linux -operating systems using RPM, DEB, or binary. The RPM and DEB packages -automatically install MinIO to the necessary system paths and create a -``systemd`` service file for running MinIO automatically. MinIO strongly -recommends using RPM or DEB installation routes. +The following tabs provide examples of installing MinIO onto 64-bit Linux operating systems using RPM, DEB, or binary. +The RPM and DEB packages automatically install MinIO to the necessary system paths and create a ``minio`` service for ``systemctl``. +MinIO strongly recommends using the RPM or DEB installation routes. +To update deployments managed using ``systemctl``, see :ref:`minio-upgrade-systemctl`. .. tab-set::