Skip to content

Commit

Permalink
Update README.zh-CN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xjia1 committed Dec 20, 2023
1 parent 9006a19 commit 3843494
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ NaiveSystems Analyze 社区版目前支持以下编码标准:
对于使用 Makefile 的项目,在项目根目录下运行以下命令:

```
podman pull ccr.ccs.tencentyun.com/naivesystems/analyze:2023.4.0.0
mkdir -p output
podman run --rm \
-v $PWD:/src:O \
-v $PWD/.naivesystems:/config:Z \
-v $PWD/output:/output:Z \
ccr.ccs.tencentyun.com/naivesystems/analyze:2023.3.0.0 \
ccr.ccs.tencentyun.com/naivesystems/analyze:2023.4.0.0 \
/opt/naivesystems/misra_analyzer -show_results
```

Expand All @@ -52,7 +54,7 @@ podman run --rm \

* 如果您不使用 SELinux,可以移除 `:Z`

* 用您想使用的实际版本号替换 `2023.3.0.0`
* 用您想使用的实际版本号替换 `2023.4.0.0`

NaiveSystems Analyze 可以自动追踪并捕获您的构建过程。目前我们仅在社区版中发布基于 Fedora 的镜像,因此您的代码必须在 Fedora Linux 下成功编译才能使用预构建的容器镜像。对于 Debian、Ubuntu、CentOS 或 RHEL 等其他操作系统,请联系我们获取企业版。

Expand Down

0 comments on commit 3843494

Please sign in to comment.