Skip to content

Commit 4bc5b79

Browse files
committed
Update compile-the-compiler.asciidoc
Added jump into directory, before compilation.
1 parent 97fc022 commit 4bc5b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/compile-the-compiler.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ named pi-tools in your home directory:
4141

4242
=== Compiling the Rust Cross-Compiler
4343

44-
Now, download the Rust compiler source code:
44+
Now, download the Rust compiler source code and jump into cloned directory:
4545

4646
[source,sh]
4747
---------------------------------------------------------------
48-
% git clone https://github.com/rust-lang/rust.git
48+
% git clone https://github.com/rust-lang/rust.git rust && cd $_
4949
---------------------------------------------------------------
5050

5151
Add the Raspberry Pi tools to your shell's command search path:

0 commit comments

Comments
 (0)