Skip to content

Commit

Permalink
Merge pull request #168 from fuulish/master
Browse files Browse the repository at this point in the history
minor: fix typo in CLI examples
  • Loading branch information
takahirox authored Aug 22, 2021
2 parents b4895fc + cadf2d6 commit 8ee69d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ $ cargo build --release
```sh
$ cd riscv-rust/cli
# Run Linux
$ cargo run --release ../resources/linux/opensbi/fw_payloag.elf -f ../resources/linux/rootfs.img
$ cargo run --release ../resources/linux/opensbi/fw_payload.elf -f ../resources/linux/rootfs.img
# Run xv6
$ cargo run --release ../resources/xv6/kernel -f ../resources/xv6/fs.img
```
Expand Down

0 comments on commit 8ee69d7

Please sign in to comment.