From 4efffb6ca4a68662f20acf69932d8fe20c2b9c14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E4=B8=8A=E5=B7=9D?= Date: Thu, 19 Jan 2023 09:58:00 +0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index ae4c1e5..2d80add 100644 --- a/Home.md +++ b/Home.md @@ -55,6 +55,7 @@ cd /usr/local/src #切换到安装目录准备下载安装包 git clone https://github.com/happyfish100/libfastcommon.git --depth 1 cd libfastcommon/ ./make.sh && ./make.sh install #编译安装 +cd ../ #返回上一级目录 ``` ## 安装libserverframe @@ -62,11 +63,11 @@ cd libfastcommon/ git clone https://github.com/happyfish100/libserverframe.git --depth 1 cd libserverframe/ ./make.sh && ./make.sh install #编译安装 +cd ../ #返回上一级目录 ``` ## 安装FastDFS ```shell -cd ../ #返回上一级目录 git clone https://github.com/happyfish100/fastdfs.git --depth 1 cd fastdfs/ ./make.sh && ./make.sh install #编译安装