Skip to content

Commit

Permalink
add usage & mirror guide
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Jun 8, 2016
1 parent 0bdfe27 commit 945c8a6
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,18 @@ evm use 1.2.1
evm use 0.33.6
```

```plain
# set a mirror (china)
ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/
# or windows
set ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/
# platform/arch specific
evm install 0.33.6 win32 ia32
evm install 1.2.1 darwin x64
evm use 1.2.1 linux ""
evm use 1.2.1 "" x64
```
// inspired by electron-download, electron-prebuilt
// inspired by nvm, nrm, nwjs
// inspired by prt
```

See also: [electron-download](https://github.com/electron-userland/electron-download), [electron-prebuilt](https://npmjs.org/electron-prebuilt), [nwjs](https://github.com/egoist/nwjs), [prt](https://github.com/fritx/prt)

1 comment on commit 945c8a6

@fritx
Copy link
Member Author

@fritx fritx commented on 945c8a6 Jun 8, 2016

Choose a reason for hiding this comment

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

Please sign in to comment.