Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Oct 3, 2021
1 parent 5365a7f commit ff3f10d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ SOURCE CODE:

### Install

Shell (Mac/Linux)
1. Shell (Mac/Linux)

```bash
# install latest version
Expand All @@ -131,21 +131,21 @@ curl -fsSL https://raw.githubusercontent.com/whatchanged-community/whatchanged/m
curl -sf https://gobinaries.com/whatchanged-community/[email protected] | sh
```

PowerShell (Windows):
2. PowerShell (Windows):

```bash
iwr https://github.com/whatchanged-community/whatchanged/raw/master/install.ps1 -useb | iex
```

[Github release page](https://github.com/whatchanged-community/whatchanged/releases)(All platforms)
3. [Github release page](https://github.com/whatchanged-community/whatchanged/releases)(All platforms)

download the executable file and put the executable file to `$PATH` then try the following command:

```bash
$ whatchanged --help
```

Build and install from source using [Golang](https://golang.org):
4. Build and install from source using [Golang](https://golang.org):

```bash
go install github.com/whatchanged-community/[email protected]
Expand Down

0 comments on commit ff3f10d

Please sign in to comment.