From ea915c87a1e51894e0b49e7b24d0329b022f5eb2 Mon Sep 17 00:00:00 2001 From: Dhaval D <343411+ossdhaval@users.noreply.github.com> Date: Mon, 28 Nov 2022 15:26:43 +0530 Subject: [PATCH] docs: formating and proofreading of install docs (#3092) --- docs/admin/install/vm-install/rhel.md | 8 ++++---- docs/admin/install/vm-install/suse.md | 8 ++++---- docs/admin/install/vm-install/ubuntu.md | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/admin/install/vm-install/rhel.md b/docs/admin/install/vm-install/rhel.md index b317101c933..f40d90e088e 100644 --- a/docs/admin/install/vm-install/rhel.md +++ b/docs/admin/install/vm-install/rhel.md @@ -18,7 +18,7 @@ Before you install, check the [VM system requirements](vm-requirements.md). ## Install the Package -- Download the latest release package from the Github Janssen Project +- Download the release package from the Github Janssen Project [Releases](https://github.com/JanssenProject/jans/releases) ``` @@ -27,19 +27,19 @@ wget https://github.com/JanssenProject/jans/releases/download/v1.0.4/jans-1.0.4- - Verify integrity of the downloaded package using published `sha256sum`. - Download `sha256sum` file for the package + Download `sha256sum` file for the package ```shell wget https://github.com/JanssenProject/jans/releases/download/v1.0.4/jans-1.0.4-el8.x86_64.rpm.sha256sum -P ~/ ``` - Check the hash if it is matching. + Check the hash if it is matching. ```shell sha256sum -c jans-1.0.4-el8.x86_64.rpm.sha256sum ``` - Output similar to below should confirm the integrity of the downloaded package. + Output similar to below should confirm the integrity of the downloaded package. ```text : OK diff --git a/docs/admin/install/vm-install/suse.md b/docs/admin/install/vm-install/suse.md index a3d83162822..9c12deb025f 100644 --- a/docs/admin/install/vm-install/suse.md +++ b/docs/admin/install/vm-install/suse.md @@ -19,7 +19,7 @@ Before you install, check the [VM system requirements](vm-requirements.md). ## Install the Package -- Download the latest release package from the Github Janssen Project +- Download the release package from the Github Janssen Project [Releases](https://github.com/JanssenProject/jans/releases) ``` @@ -28,19 +28,19 @@ wget https://github.com/JanssenProject/jans/releases/download/v1.0.4/jans-1.0.4- - Verify integrity of the downloaded package using published `sha256sum`. - Download `sha256sum` file for the package + Download `sha256sum` file for the package ```shell wget https://github.com/JanssenProject/jans/releases/download/v1.0.4/jans-1.0.4-suse15.x86_64.rpm.sha256sum -P ~/ ``` - Check the hash if it is matching. + Check the hash if it is matching. ```shell sha256sum -c jans-1.0.4-suse15.x86_64.rpm.sha256sum ``` - Output similar to below should confirm the integrity of the downloaded package. + Output similar to below should confirm the integrity of the downloaded package. ```text : OK diff --git a/docs/admin/install/vm-install/ubuntu.md b/docs/admin/install/vm-install/ubuntu.md index 962dabad81f..d2d8ec64c4c 100644 --- a/docs/admin/install/vm-install/ubuntu.md +++ b/docs/admin/install/vm-install/ubuntu.md @@ -15,7 +15,7 @@ Before you install, check the [VM system requirements](vm-requirements.md). ## Install the Package -- Download the latest release package from the Github Janssen Project +- Download the release package from the Github Janssen Project [Releases](https://github.com/JanssenProject/jans/releases) ```