From a05a3de0e118712db2ca9360b8c308a6d50600cb Mon Sep 17 00:00:00 2001 From: AaronLiu Date: Sun, 15 Mar 2020 21:21:34 +0800 Subject: [PATCH] Update: typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd84976..d419b14 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ ```shell # 解压程序包 -tar - czvf cloudreve_VERSION_OS_ARCH.tar.gz +tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz # 赋予执行权限 chmod +x ./cloudreve @@ -80,7 +80,7 @@ git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git ```shell # 进入前端子模块 -cd asserts +cd assets # 安装依赖 yarn install # 开始构建 @@ -132,4 +132,4 @@ GPL V3 --- > GitHub [@HFO4](https://github.com/HFO4)  ·  -> Twitter [@abslant00](https://twitter.com/abslant00) \ No newline at end of file +> Twitter [@abslant00](https://twitter.com/abslant00)