From 2bc66c087aaffe7b09be3b55f41ab09417696173 Mon Sep 17 00:00:00 2001
From: Teadrinkingprogrammer <teadrinkingprogrammer@proton.me>
Date: Thu, 9 Nov 2023 17:00:44 +0100
Subject: [PATCH] Added a 'Trying out Redox OS' section to the quickstart page

---
 content/quickstart.en.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/content/quickstart.en.md b/content/quickstart.en.md
index 84b53cac..1183b2da 100644
--- a/content/quickstart.en.md
+++ b/content/quickstart.en.md
@@ -7,6 +7,9 @@ title = "Quickstart"
 - [Redox Images](https://static.redox-os.org/img/)
 - [Releases](https://gitlab.redox-os.org/redox-os/redox/-/releases)
 
+## Trying out Redox OS
+- Trying out Redox is very easy: just follow the instructions in the [Redox Book](https://doc.redox-os.org/book/ch02-04-trying-out-redox.html). Running Redox on real machines is possible, but your milage may vary. Please check out [the supported machines](https://doc.redox-os.org/book/ch02-02-real-hardware.html) for more information.
+
 ## Building Redox
 
 - Building Redox from source code is supported on Linux, and may work on some other platforms, but is not currently supported on Windows. To build Redox, please follow the instructions in the [Redox Book](https://doc.redox-os.org/book/ch02-06-podman-build.html). If you are on Pop!_OS, Ubuntu or Debian, you can follow [these instructions](https://doc.redox-os.org/book/ch02-05-building-redox.html).
-- 
GitLab