summaryrefslogtreecommitdiff
path: root/Meta/BuildInstructions.md
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-04-05 04:02:36 +0200
committerAndreas Kling <awesomekling@gmail.com>2019-04-05 04:02:36 +0200
commitfb6dc5350df99468c73ca5ea2cbe599f95cb26fc (patch)
tree95e3734f64b91396437f7bf8183d6498b4c2d4ff /Meta/BuildInstructions.md
parent89fc5de28dfabe1afabd6d9ccc134cbac61f20ac (diff)
downloadserenity-fb6dc5350df99468c73ca5ea2cbe599f95cb26fc.zip
Meta: Tweak build instructions.
Diffstat (limited to 'Meta/BuildInstructions.md')
-rw-r--r--Meta/BuildInstructions.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/Meta/BuildInstructions.md b/Meta/BuildInstructions.md
index 4cfb94407b..0146768bf1 100644
--- a/Meta/BuildInstructions.md
+++ b/Meta/BuildInstructions.md
@@ -1,6 +1,8 @@
# 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
+Let's start with 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
You need to adjust these so they fit your system.