simplify home command

This commit is contained in:
crazywhalecc
2022-04-29 18:39:07 +08:00
parent 256ccb96a6
commit e0a01ea2ca

View File

@@ -26,7 +26,7 @@ footer: |
```bash ```bash
mkdir my-app mkdir my-app
cd my-app cd my-app
bash -c "$(curl -fsSL https://api.zhamao.xin/go.sh)" bash <(curl -fsSL https://api.zhamao.xin/go.sh)
``` ```
## 运行框架 ## 运行框架