Skip to content

Commit

Permalink
Update README to not use go get
Browse files Browse the repository at this point in the history
Fixes #483
  • Loading branch information
jacksontj committed Dec 14, 2021
1 parent e3549fe commit 9f9d347
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ can have a single source and you can have globally aggregated promql queries.
## Quickstart
Release binaries are available on the [releases](https://github.com/jacksontj/promxy/releases) page.

If you are interested in hacking on promxy (or just running your own build), you can install via `go get`:
If you are interested in hacking on promxy (or just running your own build), you can clone and build`:

```
go get -u github.com/jacksontj/promxy/cmd/promxy
git clone git@github.com:jacksontj/promxy.git
cd promxy/cmd/promxy && go build
```

An example configuration file is available in the [repo](https://github.com/jacksontj/promxy/blob/master/cmd/promxy/config.yaml).
Expand Down

0 comments on commit 9f9d347

Please sign in to comment.