fix(how-to-build-and-run): remove a wrong paragraph

This paragraph says that given README section have instructions on how to install Python and other prerequisites but it doesn't.

Other than that "Dependencies" section in the README is already given in this section of the rustc-dev-guide: https://rustc-dev-guide.rust-lang.org/building/prerequisites.html#dependencies
So this paragraph seems not necessary.
This commit is contained in:
İsmail Arılık 2023-07-13 11:45:17 +03:00 committed by Tshepang Mbambo
parent 2f1f006782
commit 14db9a3d53
1 changed files with 0 additions and 4 deletions

View File

@ -5,9 +5,6 @@
The compiler is built using a tool called `x.py`. You will need to
have Python installed to run it.
For instructions on how to install Python and other prerequisites,
see [the `rust-lang/rust` README][readme].
## Get the source code
The main repository is [`rust-lang/rust`][repo]. This contains the compiler,
@ -15,7 +12,6 @@ the standard library (including `core`, `alloc`, `test`, `proc_macro`, etc),
and a bunch of tools (e.g. `rustdoc`, the bootstrapping infrastructure, etc).
[repo]: https://github.com/rust-lang/rust
[readme]: https://github.com/rust-lang/rust#building-on-a-unix-like-system
The very first step to work on `rustc` is to clone the repository: