change one-step installation method

This commit is contained in:
crazywhalecc
2022-05-06 23:49:38 +08:00
parent e843aeac55
commit 5299061c87
3 changed files with 29 additions and 22 deletions

View File

@@ -21,17 +21,16 @@ footer: |
## 安装框架和环境
此命令可一键以模板安装 `zhamao-framework``PHP` 独立环境到目录下,无需 root!(仅限 Linux
此命令可一键以模板安装框架!(仅限 Linux 和 macOS
```bash
mkdir my-app
cd my-app
bash <(curl -fsSL https://api.zhamao.xin/go.sh)
bash <(curl -fsSL https://zhamao.xin/go.sh)
```
## 运行框架
```bash
cd zhamao-app/
./zhamao server
```