diff --git a/src/content/docs/installation/index.mdx b/src/content/docs/installation/index.mdx index 8cf132fda..6d2303f09 100644 --- a/src/content/docs/installation/index.mdx +++ b/src/content/docs/installation/index.mdx @@ -19,7 +19,7 @@ Most of these guides also include an automated script for an easier installation - {/* TODO: Add short text about Windows here */} + Windows is a widely used operating system for everyday computing tasks. MSYS2 offers a Unix-like terminal and build environment for Windows, allowing developers to compile and run native programs using Linux-style tools. WSL (Windows Subsystem for Linux) runs a Linux environment within Windows, providing access to Linux tools without virtual machines or dual booting. - {/* TODO: Add short text about MacOS here */} + macOS is a Unix-based operating system for Mac computers that provides core system functions, security features, and a graphical user interface. Developers working in mac environments use Xcode Command Line Tools which is a package that provides compilers and Unix developer tools accessible from the terminal for building software on macOS. - {/* TODO: Add short text about Linux here */} + Linux is an open-source operating system which is widely used by those who value strong security and control over their computing environments. It offers a highly customisable platform with a wide range of distributions tailored to different needs, making it popular among developers, system administrators, and technical users for both personal and enterprise use. - {/* TODO: Add short text about VMs here */} + A Virtual Machine allows you to run a complete operating system within your existing one, providing a controlled and isolated environment. This enables users to test software, run different operating systems, or create safe sandboxes without affecting the host system.