summaryrefslogtreecommitdiff
path: root/Documentation/BuildInstructions.md
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-28 13:09:43 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-28 13:09:43 +0200
commit68177fd9a17d8380d4c9baa842cf22921a9934e8 (patch)
treef792c405eff145444d05168716e71b594a937344 /Documentation/BuildInstructions.md
parent0e777c0ac64e4cd0c3945ec95ddcb2a5944ec430 (diff)
downloadserenity-68177fd9a17d8380d4c9baa842cf22921a9934e8.zip
Meta: Move INSTALL.md into Documentation/
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 63e6a49dc4..65896fa43b 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -98,7 +98,7 @@ To prevent this, remove `anon` from the `wheel` group and he will no longer be a
On Linux, QEMU is significantly faster if it's able to use KVM. The run script will automatically enable KVM if `/dev/kvm` exists and is readable+writable by the current user.
-Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/INSTALL.md)
+Bare curious users may even consider sourcing suitable hardware to [install Serenity on a physical PC.](https://github.com/SerenityOS/serenity/blob/master/Documentation/INSTALL.md)
Later on, when you `git pull` to get the latest changes, there's no need to rebuild the toolchain. You can simply run `make install`, `make image`, `make run` again. CMake will only rebuild those parts that have been updated.