更新README

This commit is contained in:
xx
2024-05-28 15:57:14 +08:00
parent acfac3b3f8
commit 4aca931c42

View File

@@ -44,7 +44,7 @@ end
``` ```
## 部署 ## 部署
目前仅支持Windows部署Linux将在下个版本支持 ### Windows
```bash ```bash
# 克隆仓库 # 克隆仓库
git clone https://github.com/Liuccysdgg/fastweb.git git clone https://github.com/Liuccysdgg/fastweb.git
@@ -54,6 +54,14 @@ cd fastweb
# 运行 fastweb.sln 编译 # 运行 fastweb.sln 编译
``` ```
### Linux
```bash
# 下载构建脚本
https://github.com/Liuccysdgg/fastweb/blob/master/build.sh
# 运行脚本
./build.sh
```
三方库均仅提供x64二进制发布版本,如需更新或修改请自行根据下方链接下载编译 三方库均仅提供x64二进制发布版本,如需更新或修改请自行根据下方链接下载编译
## 🙇致谢 ## 🙇致谢