Skip to content

Commit 30a26d7

Browse files
Updated installation instructions
1 parent 53b31d4 commit 30a26d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,17 @@
1616

1717
## Installation
1818

19+
You can download the binary for your platform from [Releases](https://github.com/shadowy-pycoder/goso/releases) page.
20+
21+
Alternatively, you can install it using `go install` command (requires Go [1.23](https://go.dev/doc/install) or later):
22+
1923
```shell
2024
CGO_ENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/goso/cmd/goso@latest
2125
```
2226
This will install the `goso` binary to your `$GOPATH/bin` directory.
2327

28+
29+
2430
This tool uses [Custom Search JSON API](https://developers.google.com/custom-search/v1/overview) from Google to obtain most relevant results from Stack Overflow. So, to make it work, you need to obtain an API key from Google and also a [Search Engine ID](https://developers.google.com/custom-search/v1/overview#search_engine_id).
2531

2632
Setup your `Search Engine ID` like this:

0 commit comments

Comments
 (0)