Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleDC authored Feb 15, 2022
1 parent 1e02b51 commit 3b5c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/zh-CN/docs/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ url = ELECTRON_MIRROR + ELECTRON_CUSTOM_DIR + '/' + ELECTRON_CUSTOM_FILENAME
ELECTRON_MIRROR="https://cdn.npm.taobao.org/dist/electron/"
```

默认情况下,`ELECTRON_CUSTTOM_DIR`被设置为 `v$VERSION`。 要更改格式,请使用 `{{ version }}` 占位符。 例如,`version-{{ version }}` 被解析为 `version-5.0.0`, `{{ version }}` 被解析为 `5.0.0``v{{ version }}` 与默认值等价。 更具体的例子,使用中国非CDN镜像:
默认情况下,`ELECTRON_CUSTOM_DIR`被设置为 `v$VERSION`。 要更改格式,请使用 `{{ version }}` 占位符。 例如,`version-{{ version }}` 被解析为 `version-5.0.0`, `{{ version }}` 被解析为 `5.0.0``v{{ version }}` 与默认值等价。 更具体的例子,使用中国非CDN镜像:

```shell
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
Expand Down

0 comments on commit 3b5c1dc

Please sign in to comment.