Skip to content

Commit

Permalink
docs: use new China's mirror address (electron#21030)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored and John Kleinschmidt committed Nov 8, 2019
1 parent c4cc6bd commit 145ecb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ url = ELECTRON_MIRROR + ELECTRON_CUSTOM_DIR + '/' + ELECTRON_CUSTOM_FILENAME
For instance, to use the China mirror:

```plaintext
ELECTRON_MIRROR="https://npm.taobao.org/mirrors/electron/"
ELECTRON_MIRROR="https://cdn.npm.taobao.org/dist/electron/"
```

#### Cache
Expand Down

0 comments on commit 145ecb8

Please sign in to comment.