Skip to content

Commit 2f05d62

Browse files
ismailariliktshepang
authored andcommitted
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.
1 parent 0daab93 commit 2f05d62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/building/how-to-build-and-run.md

-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,13 @@
55
The compiler is built using a tool called `x.py`. You will need to
66
have Python installed to run it.
77

8-
For instructions on how to install Python and other prerequisites,
9-
see [the `rust-lang/rust` README][readme].
10-
118
## Get the source code
129

1310
The main repository is [`rust-lang/rust`][repo]. This contains the compiler,
1411
the standard library (including `core`, `alloc`, `test`, `proc_macro`, etc),
1512
and a bunch of tools (e.g. `rustdoc`, the bootstrapping infrastructure, etc).
1613

1714
[repo]: https://github.com/rust-lang/rust
18-
[readme]: https://github.com/rust-lang/rust#building-on-a-unix-like-system
1915

2016
The very first step to work on `rustc` is to clone the repository:
2117

0 commit comments

Comments
 (0)