diff options
author | Ed Rochenski <edrochenski@users.noreply.github.com> | 2020-04-08 16:11:17 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-04-09 11:35:43 +0200 |
commit | 932de565b1dd79e44de2cb5f2bfbe85aad2fd38a (patch) | |
tree | a5a9f6815d96803aac33a12ad5c12bcf26e5aed0 | |
parent | a06548eaf7bbef50544ca31557a87ce45d94b4eb (diff) | |
download | serenity-932de565b1dd79e44de2cb5f2bfbe85aad2fd38a.zip |
Documentation: added note to prevent script failure in build section
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
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 |