Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: formatting and proofreading of install docs #3092

Merged
merged 1 commit into from
Nov 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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