Skip to content

Commit

Permalink
ReadMe: Added easy option to install binary using go install
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenvermeulen authored and Pixep committed Nov 11, 2024
1 parent 0654ddc commit aab3748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Run the sitemap crawler from its docker image directly
docker run -it --rm aleravat/crowlet https://foo.bar/sitemap.xml
```

Or install locally using Go 1.17 or higher:

```
GOBIN=/usr/local/bin go install github.com/Pixep/crowlet/cmd/crowlet@latest
/usr/local/bin/crowlet https://foo.bar/sitemap.xml
```

Or build locally with `make build` and run.
You can alternatively use `make build-static-linux` to build a self contained binary for Linux platforms.

Expand Down

0 comments on commit aab3748

Please sign in to comment.