From eb0b9ff4fe7acb8021f9f8f8e76fcca363f9cf9c Mon Sep 17 00:00:00 2001 From: luke-hagar-sp <98849695+luke-hagar-sp@users.noreply.github.com> Date: Thu, 6 Jul 2023 16:20:06 -0500 Subject: [PATCH] Update index.md --- products/idn/tools/cli/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products/idn/tools/cli/index.md b/products/idn/tools/cli/index.md index dc7fd1eb4..cfe874fdc 100644 --- a/products/idn/tools/cli/index.md +++ b/products/idn/tools/cli/index.md @@ -77,7 +77,7 @@ Or you can install using the available .deb or .rpm packages. Download the specific .deb package from the release you wish to install -Then install it using one of the following commands +Then install it using one of the following commands, with the `x.x.x` being the version of the most recent release. ```bash sudo apt install ./sail_x.x.x_linux_amd64.deb @@ -90,7 +90,7 @@ sudo apt install /path/to/deb/package/sail_x.x.x_linux_amd64.deb Download the specific .rpm package from the release you wish to install -Then install it using one of the following commands +Then install it using one of the following commands, with the `x.x.x` being the version of the most recent release. ```bash sudo yum localinstall ./sail_x.x.x_linux_amd64.rpm