Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bokwoon95 committed Apr 30, 2024
1 parent bc9f53c commit 65ef4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ See [START\_HERE.md](https://github.com/bokwoon95/wgo/blob/main/START_HERE.md).

```shell
# macOS/Linux (replace wgo-macos-apple-silicon with wgo-macos | wgo-linux | wgo-linux-arm)
curl -L -o wgo "$(curl -s 'https://api.github.com/repos/bokwoon95/wgo/releases/latest' | grep '^\s*"browser_download_url":\s*".*wgo-macos-apple-silicon"$' | sed 's/^\s*"browser_download_url":\s*"\|"$//g')"
curl --location --output wgo "$(curl --silent 'https://api.github.com/repos/bokwoon95/wgo/releases/latest' | grep '^\s*"browser_download_url":\s*".*wgo-macos-apple-silicon"$' | sed 's/^\s*"browser_download_url":\s*"\|"$//g')"
```

```powershell
Expand Down

0 comments on commit 65ef4dd

Please sign in to comment.