Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJi529 committed Apr 7, 2024
1 parent 7339c68 commit 02bc3c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ git clone git@github.com:HenryJi529/OpenMorningstar.git

### 本地开发

**`/task.sh`中已提供常见的开发快捷方式...**
**`/tasks.py`中已提供常见的开发快捷方式...**

```bash
$ virtualenv VENV --python python3.9
Expand All @@ -80,7 +80,7 @@ $ python manage.py runserver 0:8000

### 远程部署

**`/task.sh`中已提供常见的部署快捷方式...**
**`/tasks.py`中已提供常见的部署快捷方式...**

1. 通用部署方式

Expand All @@ -97,12 +97,12 @@ $ python manage.py runserver 0:8000
- 安装 supervisor
- 安装 nvm 与 node
- 安装其他生产力工具
2. 通过`task.sh`中的`upgradeProd`完成后续的自动化部署
2. 通过`tasks.py`中的`upgradeProd`完成后续的自动化部署

## 🙈 欢迎支持(~~宗旨是不退款!~~)

| 微信 | 支付宝 | 小荷包 |
| :-----------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------------------------------------------: |
| 微信 | 支付宝 | 小荷包 |
|:------:|:------:|:------:|
| <img src="https://cdn.jsdelivr.net/gh/HenryJi529/OpenMorningstar@main/Morningstar/static/base/img/微信收款码.png" alt="Wechat" width="150"> | <img src="https://cdn.jsdelivr.net/gh/HenryJi529/OpenMorningstar@main/Morningstar/static/base/img/支付宝收款码.png" alt="Alipay" width="150"> | <img src="https://cdn.jsdelivr.net/gh/HenryJi529/OpenMorningstar@main/Morningstar/static/base/img/小荷包收款码.png" alt="PiggyBank" width="150"> |

## 🙏 感谢
Expand Down

0 comments on commit 02bc3c6

Please sign in to comment.