Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 4, 2021
1 parent ea3fa9d commit 3779613
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-en-US.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.4.0
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.1
# or install from gobinaries.com
curl -sf https://gobinaries.com/whatchanged-community/[email protected].0 | sh
curl -sf https://gobinaries.com/whatchanged-community/[email protected].1 | 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.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
$v="v0.4.1"; 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/cmd/[email protected].0
go install github.com/whatchanged-community/whatchanged/cmd/[email protected].1
```

### FAQ
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,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.4.0
curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/master/install.sh | bash -s v0.4.1
# 或者通过 gobinaries.com 安装
curl -sf https://gobinaries.com/whatchanged-community/[email protected].0 | sh
curl -sf https://gobinaries.com/whatchanged-community/[email protected].1 | sh
```

2. PowerShell (Windows):
Expand All @@ -133,7 +133,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.4.0"; iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
$v="v0.4.1"; 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 @@ -147,7 +147,7 @@ $ whatchanged --help
4. 使用 [Golang](https://golang.org) 从源码中构建并安装 (全平台支持)

```bash
go install github.com/whatchanged-community/whatchanged/cmd/[email protected].0
go install github.com/whatchanged-community/whatchanged/cmd/[email protected].1
```

### 常见问题
Expand Down

0 comments on commit 3779613

Please sign in to comment.