summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Rochenski <edrochenski@users.noreply.github.com>2020-04-08 16:11:17 -0400
committerAndreas Kling <kling@serenityos.org>2020-04-09 11:35:43 +0200
commit932de565b1dd79e44de2cb5f2bfbe85aad2fd38a (patch)
treea5a9f6815d96803aac33a12ad5c12bcf26e5aed0
parenta06548eaf7bbef50544ca31557a87ce45d94b4eb (diff)
downloadserenity-932de565b1dd79e44de2cb5f2bfbe85aad2fd38a.zip
Documentation: added note to prevent script failure in build section
-rw-r--r--Documentation/BuildInstructions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index ad94453cea..f917ea6a33 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -54,6 +54,8 @@ pkg_add bash gmp gcc git flock gmake sudo
When building with `make`, `gmake` must be used. The `makeall.sh` script will do this automatically when building on OpenBSD.
### Build
+> Before starting, make sure that you have configured your global identity for git, or the first script will fail after running for a bit.
+
Go into the `Toolchain/` directory and run the **BuildIt.sh** script.
Once you've built the toolchain, go into the `Kernel/` directory, then run