diff options
author | Andreas Kling <kling@serenityos.org> | 2020-10-18 20:32:10 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-10-18 20:33:02 +0200 |
commit | 69a015cd9ad8b5f5ec969a7eb5803f0a0d444ec8 (patch) | |
tree | 7054bcc4a0bfb66242bf69128a3b2bfd08a8370c /Documentation | |
parent | 57c2da1f86dd051af781c6b1e18f66601d6be609 (diff) | |
download | serenity-69a015cd9ad8b5f5ec969a7eb5803f0a0d444ec8.zip |
Documentation: Remove outdated comment about global git identity
This was used by the toolchain build script at one point but is now
only used when running BuildIt.sh with --dev.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 6485c70ff9..5f03cf82bf 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -91,8 +91,6 @@ Do note the ```Hardware acceleration``` and ```Note on filesystems``` sections, Once you have installed a distro for WSL2, follow the Linux prerequisites above for the distro you installed, then continue as normal. ### 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: ```bash $ cd Toolchain |