diff --git a/docs/book/v1/setup/system-requirements.md b/docs/book/v1/setup/system-requirements.md index f4935e4..fff8c7d 100644 --- a/docs/book/v1/setup/system-requirements.md +++ b/docs/book/v1/setup/system-requirements.md @@ -1,10 +1,5 @@ # AlmaLinux 9 System requirements -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... - -## Check if WLS2 is already available - Open `Windows Terminal` and execute the following command: ```shell diff --git a/docs/book/v1/terminal.md b/docs/book/v1/terminal.md new file mode 100644 index 0000000..afda13c --- /dev/null +++ b/docs/book/v1/terminal.md @@ -0,0 +1,4 @@ +# Terminal + +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/mkdocs.yml b/mkdocs.yml index 0aab52c..2e1ea12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -8,6 +8,7 @@ extra: nav: - Home: index.md - v1: + - Terminal: v1/terminal.md - Setup: - System Requirements: v1/setup/system-requirements.md - Installation: v1/setup/installation.md