Skip to content

Commit

Permalink
feat: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zclaiqcc authored Apr 13, 2023
1 parent 91b8cea commit eefe886
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,13 @@ docker compose version

```shell
# 下载安装脚本文件
wget https://github.com/chaitin/safeline/releases/download/v1.0.0/safeline.zip -O safeline.zip
unzip safeline.zip
cd safeline
git clone git@github.com:chaitin/safeline.git
# or use `wget https://github.com/chaitin/safeline/releases/download/v1.0.0/safeline.zip -O safeline.zip && unzip safeline.zip`

# 首次部署需执行 `./safeline-ce.sh` 生成初始化配置,默认安装在 `/data/safeline-ce/` 目录下
cd safeline
./safeline-ce.sh

# 运行
sudo docker compose up -d
```
Expand Down

0 comments on commit eefe886

Please sign in to comment.