From c1a47f74ca414236f99ecb8474345e628a775a9a Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 14 Aug 2023 14:11:03 -0400 Subject: [PATCH] doc: minor improvements of the cephadm section of the packages doc * Don't call cephadm a script, it could be misleading * Use the current release in the example for copy-pasters * Improve grammar (I think) Signed-off-by: John Mulligan --- doc/install/get-packages.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/install/get-packages.rst b/doc/install/get-packages.rst index 82654e5e4e2..ca716831075 100644 --- a/doc/install/get-packages.rst +++ b/doc/install/get-packages.rst @@ -25,7 +25,7 @@ There are three ways to get packages: Install packages with cephadm ============================= -#. Download the cephadm script +#. Download cephadm .. prompt:: bash $ :substitutions: @@ -35,7 +35,7 @@ Install packages with cephadm #. Configure the Ceph repository based on the release name:: - ./cephadm add-repo --release nautilus + ./cephadm add-repo --release |stable-release| For Octopus (15.2.0) and later releases, you can also specify a specific version:: @@ -47,8 +47,8 @@ Install packages with cephadm ./cephadm add-repo --dev my-branch #. Install the appropriate packages. You can install them using your - package management tool (e.g., APT, Yum) directly, or you can also - use the cephadm wrapper. For example:: + package management tool (e.g., APT, Yum) directly, or you can + use the cephadm wrapper command. For example:: ./cephadm install ceph-common -- 2.39.5