瀏覽代碼

更新README

xx 2 年之前
父節點
當前提交
b489db6be5
共有 1 個文件被更改,包括 9 次插入1 次删除
  1. 9 1
      README.md

+ 9 - 1
README.md

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