diff options
author | 0xxFF <0xxFF@protonmail.com> | 2022-12-16 22:30:00 +0100 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-12-19 09:00:34 -0500 |
commit | c4bc889346b3e93efde94f657f265901e08f7a80 (patch) | |
tree | da23adf816a3f6c96506570740a3db008ed6ed32 /Documentation | |
parent | 39fc7359d4c2187eb6c1a8f7d1c6548bf552bc2b (diff) | |
download | serenity-c4bc889346b3e93efde94f657f265901e08f7a80.zip |
Documentation: Adjust default TARGET to x86_64 in the documentation
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
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. |