diff --git a/Home.md b/Home.md index bc92612..fbc5bc7 100644 --- a/Home.md +++ b/Home.md @@ -32,6 +32,14 @@ git clone https://github.com/happyfish100/libfastcommon.git --depth 1 cd libfastcommon/ ./make.sh && ./make.sh install #编译安装 ``` + +## 安装libserverframe +```shell +git clone https://github.com/happyfish100/libserverframe.git +cd libserverframe/ +./make +``` + ## 安装FastDFS ```shell cd ../ #返回上一级目录