diff --git a/README.md b/README.md index 04e2d952f..fb8ffb6f8 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,12 @@ Another option is to use PATH variable `PHANTOMJS_CDNURL`. ```shell PHANTOMJS_CDNURL=https://bitbucket.org/ariya/phantomjs/downloads npm install phantomjs ``` +##### Install from mirror in China + +```shell +npx mirror-config-china --registry=http://registry.npm.taobao.org +npm install node-sass +``` ##### Using PhantomJS from disk