From 89fc5de28dfabe1afabd6d9ccc134cbac61f20ac Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Fri, 5 Apr 2019 04:01:36 +0200 Subject: [PATCH] Meta: Give the build instructions a more accurate title. --- Meta/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/BuildInstructions.md b/Meta/BuildInstructions.md index 4d9802a56f..4cfb94407b 100644 --- a/Meta/BuildInstructions.md +++ b/Meta/BuildInstructions.md @@ -1,4 +1,4 @@ -# Building an i686-pc-serenity toolchain +# Building the Serenity operating system Here's a quick guide to building the i686-pc-serenity toolchain. I keep my toolchain in /opt/cross (so /opt/cross/bin needs to be in $PATH) and my Serenity sources are in /home/andreas/src/serenity