Jelajahi Sumber

docs: fix RustSBI prototyper clone command documents

Now we `cd` into the 'workshop' directory, instead of its parent directory when we perform the following commands

Signed-off-by: Zhouqi Jiang <luojia@hust.edu.cn>
Zhouqi Jiang 8 bulan lalu
induk
melakukan
3e60278b81

+ 3 - 3
docs/booting-linux-kernel-in-qemu-using-uboot-and-rustsbi.md

@@ -43,7 +43,7 @@ $ sudo apt-get install git qemu-system-misc gcc-riscv64-linux-gnu
 For riscv64-linux-gnu-gcc:
 
 ``` shell
-$  riscv64-linux-gnu-gcc --version
+$ riscv64-linux-gnu-gcc --version
 ```
 
 它将输出以下版本信息
@@ -57,7 +57,7 @@ This is free software; see the source for copying conditions.  There is NO warra
 For QEMU:
 
 ``` shell
-$ qemu-system-riscv64  --version
+$ qemu-system-riscv64 --version
 ```
 
 它将输出以下版本信息
@@ -78,7 +78,7 @@ $ mkdir workshop && cd workshop
 Clone RustSBI Prototyper
 
 ``` shell
-$ git clone https://github.com/rustsbi/prototyper.git && cd ..
+$ git clone https://github.com/rustsbi/prototyper.git && cd prototyper && git checkout main && cd ..
 ```
 
 Clone U-Boot