From e8bc3c2d80421e170cc9890068716b309eb97738 Mon Sep 17 00:00:00 2001 From: Bananymous Date: Fri, 6 Dec 2024 20:25:09 +0200 Subject: [PATCH] General: Add intructions to run doom to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 557d4e3f..1bceca98 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ This is my hobby operating system written in C++. Currently supports x86\_64 and You can find a live demo [here](https://bananymous.com/banan-os) +If you want to try out DOOM, you should first enter the GUI environment using the `start-gui` command. Then you can run `doom` in the GUI terminal. + ### Features #### General