浏览代码

docs: add create directory command

Woshiluo Luo 6 月之前
父节点
当前提交
bf5f3a3649
共有 1 个文件被更改,包括 4 次插入4 次删除
  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`目录