Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Jul 1, 2022
2 parents 53f9d99 + 6667959 commit e33f3aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ In a word, Apinto API gateway enables the business development team to focus mor

### Get start

1. Download and unzip the installation package (here is an example of the installation package of version v0.5.1)
1. Download and unzip the installation package (here is an example of the installation package of version v0.6.3)

```
wget https://github.com/eolinker/apinto/releases/download/v0.6.2/apinto-v0.6.2.linux.x64.tar.gz && tar -zxvf apinto-v0.6.2.linux.x64.tar.gz && cd apinto
wget https://github.com/eolinker/apinto/releases/download/v0.6.3/apinto-v0.6.3.linux.x64.tar.gz && tar -zxvf apinto-v0.6.3.linux.x64.tar.gz && cd apinto
```

2. Start gateway:
Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ Apinto是一个基于 Golang 开发的微服务网关,能够实现高性能 HT

### 启动

1.下载安装包并解压(此处以v0.5.1版本的安装包示例
1.下载安装包并解压(此处以v0.6.3版本的安装包示例

```
wget https://github.com/eolinker/apinto/releases/download/v0.6.2/apinto-v0.6.2.linux.x64.tar.gz && tar -zxvf apinto-v0.6.2.linux.x64.tar.gz && cd apinto
wget https://github.com/eolinker/apinto/releases/download/v0.6.3/apinto-v0.6.3.linux.x64.tar.gz && tar -zxvf apinto-v0.6.3.linux.x64.tar.gz && cd apinto
```

2.启动网关:
Expand Down

0 comments on commit e33f3aa

Please sign in to comment.