Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang authored Jun 8, 2024
1 parent 98a5523 commit 78f7d78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ To clone and run this repository you'll need [Git](https://git-scm.com) and [Nod

Set up a mirror of electron before installation if necessary:
```bash
export ELECTRON_MIRROR="https://cdn.npm.taobao.org/dist/electron/" # *NIX command line
set ELECTRON_MIRROR=https://cdn.npm.taobao.org/dist/electron/ # Windows CMD
$env:ELECTRON_MIRROR="https://cdn.npm.taobao.org/dist/electron/" # Windows PowerShell
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # 一般的 *NIX 命令行
set ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ # 使用 Windows CMD 命令行
$env:ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" # Windows PowerShell
```

From your command line:
Expand Down

0 comments on commit 78f7d78

Please sign in to comment.