diff --git a/README.md b/README.md index e0d09f59d..537c8acdc 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Follow @nodesass on twitter for release updates: ## Install -``` +```shell npm install node-sass ``` @@ -50,6 +50,13 @@ SyntaxError: Use of const in strict mode. **Having installation troubles? Check out our [Troubleshooting guide](/TROUBLESHOOTING.md).** +### Install from mirror in China + +```shell +npm install -g mirror-config-china --registry=http://registry.npm.taobao.org +npm install node-sass +``` + ## Usage ```javascript