Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
b98e5efb83
1 changed files with 3 additions and 3 deletions
|
@ -55,7 +55,7 @@
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 解压程序包
|
# 解压程序包
|
||||||
tar - czvf cloudreve_VERSION_OS_ARCH.tar.gz
|
tar -zxvf cloudreve_VERSION_OS_ARCH.tar.gz
|
||||||
|
|
||||||
# 赋予执行权限
|
# 赋予执行权限
|
||||||
chmod +x ./cloudreve
|
chmod +x ./cloudreve
|
||||||
|
@ -80,7 +80,7 @@ git clone --recurse-submodules https://github.com/cloudreve/Cloudreve.git
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 进入前端子模块
|
# 进入前端子模块
|
||||||
cd asserts
|
cd assets
|
||||||
# 安装依赖
|
# 安装依赖
|
||||||
yarn install
|
yarn install
|
||||||
# 开始构建
|
# 开始构建
|
||||||
|
@ -132,4 +132,4 @@ GPL V3
|
||||||
|
|
||||||
---
|
---
|
||||||
> GitHub [@HFO4](https://github.com/HFO4) ·
|
> GitHub [@HFO4](https://github.com/HFO4) ·
|
||||||
> Twitter [@abslant00](https://twitter.com/abslant00)
|
> Twitter [@abslant00](https://twitter.com/abslant00)
|
||||||
|
|
Loading…
Add table
Reference in a new issue