Skip to content

Commit 4539972

Browse files
committed
add warning in INSTALL
1 parent 97c186f commit 4539972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Installing from Source
22

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+
37
The Rust build system uses a Python script called `x.py` to build the compiler,
48
which manages the bootstrapping process. It lives at the root of the project.
59
It also uses a file named `config.toml` to determine various configuration

0 commit comments

Comments
 (0)