Skip to content

Commit 5bcb3a5

Browse files
committed
tool: use unix-style directory separator on documents
Those separators will also work on windows Signed-off-by: Zhouqi Jiang <[email protected]>
1 parent ee97f81 commit 5bcb3a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sophgo-rom-tool/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Example:
66

77
```bash
88
cargo build -p hello-world --target riscv64imac-unknown-none-elf --release
9-
rust-objcopy --binary-architecture=riscv64 --strip-all -O binary .\target\riscv64imac-unknown-none-elf\release\hello-world .\target\hello-world.bin
10-
cargo run --bin sophgo-rom-tool -- .\target\hello-world.bin -o .\target\fip.bin
9+
rust-objcopy --binary-architecture=riscv64 --strip-all -O binary ./target/riscv64imac-unknown-none-elf/release/hello-world ./target/hello-world.bin
10+
cargo run --bin sophgo-rom-tool -- ./target/hello-world.bin -o ./target/fip.bin
1111
```

0 commit comments

Comments
 (0)