diff options
author | sin-ack <sin-ack@users.noreply.github.com> | 2022-02-02 20:36:40 +0000 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-02-02 21:40:28 +0100 |
commit | f1c00bb439b78dd2151a14a68532ea0d11d5cfee (patch) | |
tree | b8325e926588bbf7172df4cde3303f92bd8ea2c6 | |
parent | 40ba12aa7d5eee447e099b20dc734b5de68939ac (diff) | |
download | serenity-f1c00bb439b78dd2151a14a68532ea0d11d5cfee.zip |
Documentation: Add FAQ entry about running the system
-rw-r--r-- | Documentation/FAQ.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/FAQ.md b/Documentation/FAQ.md index e549b2c012..d05b7cdb33 100644 --- a/Documentation/FAQ.md +++ b/Documentation/FAQ.md @@ -12,6 +12,10 @@ Maybe someday. Maybe never. If you want to see something happen, you can do it y There are no ISO images. This project does not cater to non-technical users. +## Well, how do I run this thing then? + +Simple, my friend! Just refer to the [build instructions](BuildInstructions.md). + ## Why is the system 32-bit? The system was originally 32-bit only, since that's what Andreas was most familiar with when starting out. Nowadays, there is a 64-bit port as well (Intel/AMD x86\_64) |