Move Getting Started to a "prefix chapter"

This commit is contained in:
Who? Me?! 2020-06-24 13:20:12 -05:00
parent fd4c83f4ab
commit 99745b9931
1 changed files with 2 additions and 1 deletions

View File

@ -2,11 +2,12 @@
[About this guide](./about-this-guide.md) [About this guide](./about-this-guide.md)
[Getting Started](./getting-started.md)
--- ---
# Building and debugging `rustc` # Building and debugging `rustc`
- [Getting Started](./getting-started.md)
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md) - [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
- [Prerequisites](./building/prerequisites.md) - [Prerequisites](./building/prerequisites.md)
- [Suggested Workflows](./building/suggested.md) - [Suggested Workflows](./building/suggested.md)