浏览代码

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.
Andreas Kling 4 年之前
父节点
当前提交
69a015cd9a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Documentation/BuildInstructions.md

+ 0 - 2
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