Skip to content

Commit

Permalink
docs: update doc content
Browse files Browse the repository at this point in the history
  • Loading branch information
shaobeichen committed Nov 6, 2024
1 parent 1398686 commit 4c08e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ progress.update(0.8)

release.js 中还包含更新主包 optionalDependencies 中平台包名称及版本号等逻辑,稍后详细解释其作用。

### 4.安装主包,自动安装对应平台包
#### 4.安装主包,自动安装对应平台包

我们参考 esbuild 的安装逻辑,在 npm install grprogress 时,会自动安装对应平台的平台包,比如在 Windows 下 npm install grprogress 会自动安装 @grprogress/win32-x64 平台包。

Expand Down

0 comments on commit 4c08e2f

Please sign in to comment.