Skip to content
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
2 changes: 2 additions & 0 deletions docs/book/v1/setup/installation.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions docs/book/v1/setup/system-requirements.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/book/v1/terminal.md
Original file line number Diff line number Diff line change
@@ -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...
2 changes: 2 additions & 0 deletions docs/book/v2/setup/installation.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions docs/book/v2/setup/system-requirements.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/book/v2/terminal.md
Original file line number Diff line number Diff line change
@@ -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...