Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 3, 2021
1 parent 51895bc commit f8ac971
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ SOURCE CODE:
# install latest version
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash
# or install specified version
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.3.6
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.0
# or install from gobinaries.com
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.3.6 | sh
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.4.0 | sh
```

2. PowerShell (Windows):
Expand All @@ -137,7 +137,7 @@ curl -sf https://gobinaries.com/whatchanged-community/[email protected] | sh
# install latest version
iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
# or install specified version
$v="v0.3.6"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
$v="v0.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
```

3. [Github release page](https://github.com/whatchanged-community/whatchanged/releases) (All platforms)
Expand All @@ -151,7 +151,7 @@ $ whatchanged --help
4. Build and install from source using [Golang](https://golang.org) (All platforms)

```bash
go install github.com/whatchanged-community/whatchanged@0.3.6
go install github.com/whatchanged-community/whatchanged@0.4.0
```

### FAQ
Expand Down
8 changes: 4 additions & 4 deletions README_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ SOURCE CODE:
# 安装最新版本
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash
# 或者安装指定版本
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.3.6
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.0
# 或者通过 gobinaries.com 安装
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.3.6 | sh
curl -sf https://gobinaries.com/whatchanged-community/whatchanged@v0.4.0 | sh
```

2. PowerShell (Windows):
Expand All @@ -137,7 +137,7 @@ curl -sf https://gobinaries.com/whatchanged-community/[email protected] | sh
# 安装最新版本
iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
# 或者安装指定版本
$v="v0.3.6"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
$v="v0.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
```

3. [Github release page](https://github.com/whatchanged-community/whatchanged/releases) (全平台支持))
Expand All @@ -151,7 +151,7 @@ $ whatchanged --help
1. 使用 [Golang](https://golang.org) 从源码中构建并安装 (全平台支持)

```bash
go install github.com/whatchanged-community/whatchanged@0.3.6
go install github.com/whatchanged-community/whatchanged@0.4.0
```

### 常见问题
Expand Down

0 comments on commit f8ac971

Please sign in to comment.