Skip to content

Commit

Permalink
Updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowy-pycoder committed Nov 17, 2024
1 parent 53b31d4 commit 30a26d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,17 @@

## Installation

You can download the binary for your platform from [Releases](https://github.com/shadowy-pycoder/goso/releases) page.

Alternatively, you can install it using `go install` command (requires Go [1.23](https://go.dev/doc/install) or later):

```shell
CGO_ENABLED=0 go install -ldflags "-s -w" -trimpath github.com/shadowy-pycoder/goso/cmd/goso@latest
```
This will install the `goso` binary to your `$GOPATH/bin` directory.



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).

Setup your `Search Engine ID` like this:
Expand Down

0 comments on commit 30a26d7

Please sign in to comment.