readme 修正

This commit is contained in:
Chopper 2021-05-24 15:49:56 +08:00
parent e21aa24f70
commit e4aa6abefa
2 changed files with 1 additions and 4 deletions

View File

@ -275,6 +275,3 @@ PS:单独部署的话数据库文件访问这里https://gitee.com/beijing_
**QQ群**961316482
![商家端功能](https://lili-system.oss-cn-beijing.aliyuncs.com/docs/gif1.gif)

View File

@ -4,7 +4,7 @@ git remote rm origin
git remote add origin git@github.com:hongyehuicheng/lilishop.git
echo '设置上传代码分支推送github'
git push --set-upstream origin master
git push --set-upstream origin master --force
echo '推送github完成'
git remote rm origin