summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
author0xxFF <0xxFF@protonmail.com>2022-12-16 22:30:00 +0100
committerTim Flynn <trflynn89@pm.me>2022-12-19 09:00:34 -0500
commitc4bc889346b3e93efde94f657f265901e08f7a80 (patch)
treeda23adf816a3f6c96506570740a3db008ed6ed32 /Documentation
parent39fc7359d4c2187eb6c1a8f7d1c6548bf552bc2b (diff)
downloadserenity-c4bc889346b3e93efde94f657f265901e08f7a80.zip
Documentation: Adjust default TARGET to x86_64 in the documentation
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index d3e7fa8970..b0395fa42d 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -85,7 +85,7 @@ Run the following command to build and run SerenityOS:
Meta/serenity.sh run
```
-This will compile all of SerenityOS and install the built files into the `Build/i686/Root` directory inside your Git
+This will compile all of SerenityOS and install the built files into the `Build/x86_64/Root` directory inside your Git
repository. It will also build a disk image and start SerenityOS using QEMU.
Note that the `anon` user is able to become `root` without a password by default, as a development convenience.