Skip to content

Commit b396c8d

Browse files
committed
Update README
1 parent f7c615b commit b396c8d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ docker exec -it ohos sh
2828
Available tags
2929
| Tag | Description |
3030
|---------|-------------------------------------------------------------------------|
31-
| latest | The latest release. currently equivalent to v6.0. |
31+
| latest | The latest release (currently equivalent to v6.0). |
3232
| v6.0 | An image based on OpenHarmony 6.0 Release. |
3333
| main | The mainline version, built using the latest build scripts from the main branch of this repository. |
3434

@@ -39,7 +39,7 @@ Since OpenHarmony currently does not include a package manager, additional softw
3939

4040
For convenience, `curl` is pre-installed in the container image, allowing users to download additional software manually.
4141

42-
A lot of software compiled for the linux-musl-arm64 platform can run in this container. For example, `make` from the Alpine Linux package repository is compatible:
42+
A lot of software compiled for the aarch64-linux-musl platform can run in this container. For example, `make` from the Alpine Linux package repository is compatible:
4343

4444
```sh
4545
package_name="make"
@@ -69,7 +69,7 @@ jobs:
6969
container:
7070
image: ghcr.io/hqzing/docker-mini-openharmony:latest
7171
volumes:
72-
- /tmp/node20:/__e/node20:rw,rshared
72+
- /opt/node20:/__e/node20:rw,rshared
7373
steps:
7474
- name: Setup node for actions
7575
run: |

README.zh-CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ docker exec -it ohos sh
2828
可用的标签
2929
| 标签 | 描述 |
3030
|------------|---------------------------------------------------------- |
31-
| latest | 最新的正式版本当前等价于 v6.0 |
31+
| latest | 最新的正式版本当前等价于 v6.0 |
3232
| v6.0 | 基于 OpenHarmony 6.0 Release 制作的镜像 |
3333
| main | 主干版本,基于本仓库 main 分支的最新构建脚本进行构建 |
3434

3535
## 需要更多软件?
36-
OpenHarmony 的根文件系统(rootfs)主要由三个部分组成:[musl libc](https://musl.libc.org)[toybox](https://landley.net/toybox)[mksh](https://github.com/MirBSD/mksh)。命令行实用工具(Command-line utilities)由 `toybox` 提供,`toybox` 只提供了很少量的命令
36+
OpenHarmony 的根文件系统(rootfs)主要由三个部分组成:[musl libc](https://musl.libc.org)[toybox](https://landley.net/toybox)[mksh](https://github.com/MirBSD/mksh)。命令行实用工具(Command-line utilities)由 `toybox` 提供,它只提供了很少量的命令
3737

3838
由于 OpenHarmony 目前还没有包管理器,所以我们没法通过一条命令去自动下载安装软件包,只能手动下载。
3939

4040
为了方便用户手动下载软件,容器镜像中预置了一个 `curl`
4141

42-
许多为 linux-musl-arm64 平台编译的软件都可以在这个容器中运行。例如,来自 Alpine Linux 软件仓库的 `make` 就是兼容的:
42+
许多为 aarch64-linux-musl 平台编译的软件都可以在这个容器中运行。例如,来自 Alpine Linux 软件仓库的 `make` 就是兼容的:
4343

4444
```sh
4545
package_name="make"
@@ -68,7 +68,7 @@ jobs:
6868
container:
6969
image: ghcr.io/hqzing/docker-mini-openharmony:latest
7070
volumes:
71-
- /tmp/node20:/__e/node20:rw,rshared
71+
- /opt/node20:/__e/node20:rw,rshared
7272
steps:
7373
- name: Setup node for actions
7474
run: |

0 commit comments

Comments
 (0)