Skip to content

Commit

Permalink
README.md: small note about go install
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 13, 2024
1 parent 1f6f7b6 commit 5846e37
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 @@ -65,6 +65,12 @@ Deploy the `secsipidx` tool with:
go get github.com/asipto/secsipidx
```

With newer Go versions, `go install` may have to be used instead of `go get`:

```
go install github.com/asipto/secsipidx
```

The tool is located in `$GOPATH/bin/secsipidx`.

If you want to build and run locally:
Expand Down

0 comments on commit 5846e37

Please sign in to comment.