Skip to content

Commit

Permalink
Update go build command
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaojinxin409 authored and jacksontj committed Aug 18, 2024
1 parent f6330cb commit 2c6ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you are interested in hacking on promxy (or just running your own build), you

```
git clone git@github.com:jacksontj/promxy.git
cd promxy/cmd/promxy && go build
cd promxy/cmd/promxy && go build -mod=vendor -tags netgo,builtinassets
```

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 2c6ad7e

Please sign in to comment.