Skip to content

Commit

Permalink
doc: updated the download link of rpm. (apache#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonming authored and SaberMaster committed Jun 30, 2020
1 parent f05b5da commit 1fb77ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/how-to-build-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make deps
### 通过 RPM 包安装(CentOS 7)

```shell
sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v1.0/apisix-1.0-0.el7.noarch.rpm
sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/1.0/apisix-1.0-0.el7.noarch.rpm
```

### 通过 Luarocks 安装 (不支持 macOS)
Expand Down
2 changes: 1 addition & 1 deletion doc/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make deps
### Installation via RPM package (CentOS 7)

```shell
sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/v1.0/apisix-1.0-0.el7.noarch.rpm
sudo yum install -y https://github.com/apache/incubator-apisix/releases/download/1.0/apisix-1.0-0.el7.noarch.rpm
```

### Installation via Luarocks (macOS not supported)
Expand Down

0 comments on commit 1fb77ff

Please sign in to comment.