We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97c186f commit 4539972Copy full SHA for 4539972
INSTALL.md
@@ -1,5 +1,9 @@
1
# Installing from Source
2
3
+**Note: This document describes _building_ Rust _from source_.
4
+This is _not recommended_ if you don't know what you're doing.
5
+If you just want to install Rust, check out the [README.md](README.md) instead.**
6
+
7
The Rust build system uses a Python script called `x.py` to build the compiler,
8
which manages the bootstrapping process. It lives at the root of the project.
9
It also uses a file named `config.toml` to determine various configuration
0 commit comments