Skip to content

Commit 6f0b9cd

Browse files
author
cg33
authored
Update README.md
1 parent 89b8bd7 commit 6f0b9cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cp backend ./../frontend
4343
```bash
4444
cd frontend
4545
# install dependencies
46-
npm install --registry=https://registry.npm.taobao.org --prefix ./src/element
46+
npm install --registry=https://registry.npmmirror.com --prefix ./src/element
4747
# build vue project
4848
NODE_ENV=production npm --prefix ./src/element run build
4949
# use the backend binary file to serve instead of node
@@ -60,4 +60,4 @@ NODE_ENV=production ./backend --debug=true --theme=sword --ui_theme=element
6060

6161
执行:```./backend --help``` 可以看到对应帮助选项信息。
6262

63-
以上。
63+
以上。

0 commit comments

Comments
 (0)