From 8fce0455e243aa94ccbdc8e87257099ee8ee0d5a Mon Sep 17 00:00:00 2001 From: alexmerlin Date: Wed, 1 Oct 2025 14:12:35 +0300 Subject: [PATCH] Issue #101: Added quick access links to lead the developer to the setup page Signed-off-by: alexmerlin --- docs/book/v1/setup/installation.md | 2 ++ docs/book/v1/setup/system-requirements.md | 2 ++ docs/book/v1/terminal.md | 2 ++ docs/book/v2/setup/installation.md | 2 ++ docs/book/v2/setup/system-requirements.md | 2 ++ docs/book/v2/terminal.md | 2 ++ 6 files changed, 12 insertions(+) diff --git a/docs/book/v1/setup/installation.md b/docs/book/v1/setup/installation.md index 1c36ddd..e640dda 100644 --- a/docs/book/v1/setup/installation.md +++ b/docs/book/v1/setup/installation.md @@ -1,5 +1,7 @@ # Install AlmaLinux 9 on WSL 2 +> If you are not using WSL, you can jump straight to the [AlmaLinux 9 Setup page](https://docs.dotkernel.org/development/v1/setup/setup-packages/). + Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: _distro_) is running. This is important because this installation will fail if required ports are already in use by another distro. diff --git a/docs/book/v1/setup/system-requirements.md b/docs/book/v1/setup/system-requirements.md index e2a24fe..5f480e9 100644 --- a/docs/book/v1/setup/system-requirements.md +++ b/docs/book/v1/setup/system-requirements.md @@ -1,5 +1,7 @@ # System requirements for AlmaLinux 9 on WSL 2 +> If you are not using WSL, you can jump straight to the [AlmaLinux 9 Setup page](https://docs.dotkernel.org/development/v1/setup/setup-packages/). + Open `Windows Terminal` and execute the following command: ```shell diff --git a/docs/book/v1/terminal.md b/docs/book/v1/terminal.md index afda13c..b8ac86f 100644 --- a/docs/book/v1/terminal.md +++ b/docs/book/v1/terminal.md @@ -1,4 +1,6 @@ # Terminal +> If you are not using WSL, you can jump straight to the [AlmaLinux 9 Setup page](https://docs.dotkernel.org/development/v1/setup/setup-packages/). + If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US). It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more... diff --git a/docs/book/v2/setup/installation.md b/docs/book/v2/setup/installation.md index ef21c37..13e911e 100644 --- a/docs/book/v2/setup/installation.md +++ b/docs/book/v2/setup/installation.md @@ -1,5 +1,7 @@ # Install AlmaLinux 10 on WSL 2 +> If you are not using WSL, you can jump straight to the [AlmaLinux 10 Setup page](https://docs.dotkernel.org/development/v2/setup/setup-packages/). + Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: _distro_) is running. This is important because this installation will fail if required ports are already in use by another distro. diff --git a/docs/book/v2/setup/system-requirements.md b/docs/book/v2/setup/system-requirements.md index 865f129..e137459 100644 --- a/docs/book/v2/setup/system-requirements.md +++ b/docs/book/v2/setup/system-requirements.md @@ -1,5 +1,7 @@ # System requirements for AlmaLinux 10 on WSL 2 +> If you are not using WSL, you can jump straight to the [AlmaLinux 10 Setup page](https://docs.dotkernel.org/development/v2/setup/setup-packages/). + Open `Windows Terminal` and execute the following command: ```shell diff --git a/docs/book/v2/terminal.md b/docs/book/v2/terminal.md index afda13c..31ad62b 100644 --- a/docs/book/v2/terminal.md +++ b/docs/book/v2/terminal.md @@ -1,4 +1,6 @@ # Terminal +> If you are not using WSL, you can jump straight to the [AlmaLinux 10 Setup page](https://docs.dotkernel.org/development/v2/setup/setup-packages/). + If you're not already using it, we recommend you to install [Windows Terminal](https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=US). It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...