Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bokwoon95 committed May 13, 2024
1 parent 0efb0a1 commit b291a9d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ See [START\_HERE.md](https://github.com/bokwoon95/wgo/blob/main/START_HERE.md).

## Download the latest release

[Release page](https://github.com/bokwoon95/wgo/releases/latest)

### Linux

[https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux](https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux)
Expand All @@ -329,29 +331,29 @@ curl --location --output wgo 'https://github.com/bokwoon95/wgo/releases/latest/d
[https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux-arm](https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux-arm)

```shell
curl --location --output wgo 'https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux-arm'
curl --location --output wgo "https://github.com/bokwoon95/wgo/releases/latest/download/wgo-linux-arm"
```

### macOS

[https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos](https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos)

```shell
curl --location --output wgo 'https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos'
curl --location --output wgo "https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos"
```

### macOS (Apple Silicon)

[https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos-apple-silicon](https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos-apple-silicon)

```shell
curl --location --output wgo 'https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos-apple-silicon'
curl --location --output wgo "https://github.com/bokwoon95/wgo/releases/latest/download/wgo-macos-apple-silicon"
```

### Windows

[https://github.com/bokwoon95/wgo/releases/latest/download/wgo-windows.exe](https://github.com/bokwoon95/wgo/releases/latest/download/wgo-windows.exe)

```powershell
Invoke-WebRequest -OutFile wgo.exe -Uri 'https://github.com/bokwoon95/wgo/releases/latest/download/wgo-windows.exe'
```bat
curl --location --output wgo.exe "https://github.com/bokwoon95/wgo/releases/latest/download/wgo-windows.exe"
```

0 comments on commit b291a9d

Please sign in to comment.