Skip to content

Commit

Permalink
docs: formating and proofreading of install docs (#3092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval authored Nov 28, 2022
1 parent 40acfb4 commit ea915c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/admin/install/vm-install/rhel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
Expand All @@ -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
<package-name>: OK
Expand Down
8 changes: 4 additions & 4 deletions docs/admin/install/vm-install/suse.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
Expand All @@ -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
<package-name>: OK
Expand Down
2 changes: 1 addition & 1 deletion docs/admin/install/vm-install/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

```
Expand Down

0 comments on commit ea915c8

Please sign in to comment.