Skip to content

Commit 408ad2e

Browse files
committed
update README.md
1 parent 6492f43 commit 408ad2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can also run Linux program of x86_64 on HarmonyOS PC by qemu-harmonix-x86_64
2727

2828
- Download alpine minimal root filesystem from [https://alpinelinux.org/downloads/](https://alpinelinux.org/downloads/), choose "Mini root filesystem" -> "x86_64"
2929
- Extract downloaded rootfs tar.gz file to data directory, for example `/data/storage/el2/base/files/alpine_x64`
30-
- Run qemu-harmonix-x86_64 to load busybox shell with rootfs and environment variables
30+
- Run `qemu-harmonix-x86_64` to load busybox shell with rootfs and environment variables
3131
```shell
3232
cd /data/storage/el2/base/files/alpine_x64
3333
qemu-harmonix-x86_64 -E PATH=/bin:/usr/bin:/sbin -E HOME=/root -L ./ ./bin/busybox sh -c 'cd ~ && sh'

0 commit comments

Comments
 (0)