diff --git a/README.md b/README.md index 237c89912..c1978c466 100755 --- a/README.md +++ b/README.md @@ -42,13 +42,13 @@ mvn clean package -Pprod java -jar target/dist/halo/halo-latest.jar ``` -服务器快速部署(暂时仅支持CentOS): +服务器快速部署: ```bash # 安装Halo -yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 +yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i # 更新Halo -sh halo-cli.sh 2 +bash halo-cli.sh -u ``` Docker 部署: diff --git a/docs/README-en-US.md b/docs/README-en-US.md index d12b21c00..cc4b16785 100755 --- a/docs/README-en-US.md +++ b/docs/README-en-US.md @@ -42,12 +42,12 @@ mvn clean package -Pprod java -jar target/dist/halo/halo-latest.jar ``` -Rapid server deployment(Support for CentOS only): +Rapid server deployment: ```bash # Install Halo -yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 +yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i # Upgrade Halo -sh halo-cli.sh 2 +bash halo-cli.sh -u ``` Docker: diff --git a/docs/README-tr.md b/docs/README-tr.md index 77495b044..a91cbb492 100644 --- a/docs/README-tr.md +++ b/docs/README-tr.md @@ -42,12 +42,12 @@ mvn clean package -Pprod java -jar target/dist/halo/halo-latest.jar ``` -Rapid server deploy etme (Sadece CentOS desteklenmektedir): +Rapid server deploy etme: ```bash # Install Halo -yum install -y wget && wget http://static.ryanc.cc/halo-cli.sh && sh halo-cli.sh 1 +yum install -y wget && wget https://git.io/fxHqp && bash halo-cli.sh -i # Upgrade Halo -sh halo-cli.sh 2 +bash halo-cli.sh -u ``` Docker: