Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix typo in README.Makefile.md #723

Merged
merged 2 commits into from
Feb 13, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zh_CN/README.Makefile.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Python 包使用 setuptools 安装,所以安装路径依赖于 Python 配置
| `NODE` | Node.js 命令 | 参考源代码 | 参考源代码 |
| `YARN` | Yarn 命令 | 参考源代码 | 参考源代码 |

注意,这些变量不仅会影响安装路径,也会影响申城的 `nnictl` 和 `nnimanager` 脚本。 如果复制文件的路径和运行时的不一样(例如,创建发行版本包时),需要手工编辑 `nnictl` 和 `nnimanager`。
注意,这些变量不仅会影响安装路径,也会影响生成的 `nnictl` 和 `nnimanager` 脚本。 如果复制文件的路径和运行时的不一样(例如,创建发行版本包时),需要手工编辑 `nnictl` 和 `nnimanager`。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch, please also fix it in https://crowdin.com/project/vs-ai/zh-CN next time. I will fix it there this time. Thanks.


### 目标

Expand All @@ -79,4 +79,4 @@ Python 包使用 setuptools 安装,所以安装路径依赖于 Python 配置
* `test` 目标
* `lint` 目标
* 每个目标的测试用例
* 评审变量
* 评审变量