diff --git a/advanced-guides/install.md b/advanced-guides/install.md index 1796c72e6029b699620628c31d09150c360b3aec..b4cc163b7c60d9126d7c0a825336e159ffc912da 100644 --- a/advanced-guides/install.md +++ b/advanced-guides/install.md @@ -56,7 +56,7 @@ python manage.py runserver 可以把 `npm` 用 `yarn` 或 `cnpm` 代替。 ```bash cd /data/spug/spug_web -npm install --registry=https://registry.npm.taobao.org +npm install --registry=https://registry.npmmirror.com ``` ### 7. 启动前端