1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-10-07 14:15:14 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Update guide.md

This commit is contained in:
sunnylqm
2016-04-28 21:26:30 +08:00
parent ef39ca95f5
commit f5dd13dcb0

View File

@@ -23,8 +23,8 @@ $ rnpm link react-native-update
如果访问极慢或者显示网络失败,请使用淘宝镜像:
```bash
npm config set registry https://registry.npm.taobao.org
npm config set disturl https://npm.taobao.org/dist
npm config set registry https://registry.npm.taobao.org --global
npm config set disturl https://npm.taobao.org/dist --global
```
* Windows平台请注意 *