Parcourir la source

docs: add create directory command

Woshiluo Luo il y a 6 mois
Parent
commit
bf5f3a3649
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      docs/booting-fedora-in-qemu-using-uboot-and-rustsbi.md

+ 4 - 4
docs/booting-fedora-in-qemu-using-uboot-and-rustsbi.md

@@ -34,7 +34,10 @@ $ git clone https://github.com/u-boot/u-boot.git && cd u-boot && git checkout v2
 
 下载链接:<https://dl.fedoraproject.org/pub/alt/risc-v/disk_images/Fedora-40/Fedora.riscv64-40-20240429.n.0.qcow2>
 ```shell
- $ wget https://dl.fedoraproject.org/pub/alt/risc-v/disk_images/Fedora-40/Fedora.riscv64-40-20240429.n.0.qcow2
+$ mkdir -p fedora
+$ cd fedora
+$ wget https://dl.fedoraproject.org/pub/alt/risc-v/disk_images/Fedora-40/Fedora.riscv64-40-20240429.n.0.qcow2
+$ cd ..
 ```
 
 ## 编译RustSBI  Prototyper
@@ -96,9 +99,6 @@ genisoimage \
     user-data meta-data network-config
 ```
 
-
-
-
 ## 使用RustSBI 原型系统和U-Boot启动 Fedora
 
 进入`workshop`目录