Skip to content

Commit 5213b20

Browse files
authored
Merge pull request #102 from dotkernel/issue-101
Issue #101: Added quick access links to lead the developer to the setup page
2 parents 34416a5 + 8fce045 commit 5213b20

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

docs/book/v1/setup/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Install AlmaLinux 9 on WSL 2
22

3+
> 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/).
4+
35
Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: _distro_) is running.
46
This is important because this installation will fail if required ports are already in use by another distro.
57

docs/book/v1/setup/system-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# System requirements for AlmaLinux 9 on WSL 2
22

3+
> 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/).
4+
35
Open `Windows Terminal` and execute the following command:
46

57
```shell

docs/book/v1/terminal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Terminal
22

3+
> 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/).
4+
35
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).
46
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

docs/book/v2/setup/installation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Install AlmaLinux 10 on WSL 2
22

3+
> 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/).
4+
35
Before proceeding with the installation, we need to make sure that no other WSL 2 distribution (aka: _distro_) is running.
46
This is important because this installation will fail if required ports are already in use by another distro.
57

docs/book/v2/setup/system-requirements.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# System requirements for AlmaLinux 10 on WSL 2
22

3+
> 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/).
4+
35
Open `Windows Terminal` and execute the following command:
46

57
```shell

docs/book/v2/terminal.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Terminal
22

3+
> 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/).
4+
35
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).
46
It is a modern tool that incorporates the power of multiple already known command-line applications like `Windows PowerShell`, `Linux shell`, and more...

0 commit comments

Comments
 (0)