Skip to content

Commit

Permalink
Make ~/bin before attempting to write to it
Browse files Browse the repository at this point in the history
Co-authored-by: Albert <26584478+albertteoh@users.noreply.github.com>
  • Loading branch information
jpkrohling and albertteoh authored Oct 21, 2021
1 parent 94484a0 commit 20974ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/jaeger-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Prometheus monitoring mixin for Jaeger provides a starting point for people wanting to monitor Jaeger using Prometheus, Alertmanager, and Grafana. To use it, you'll need [`jsonnet`](https://github.com/google/go-jsonnet) and [`jb` (jsonnet-bundler)](https://github.com/jsonnet-bundler/jsonnet-bundler). They can be installed using `go get`, as follows:

```console
$ curl -sL https://github.com/google/go-jsonnet/releases/download/v0.17.0/go-jsonnet_0.17.0_Linux_x86_64.tar.gz | tar -C ~/bin/ -xzf -
$ mkdir -p ~/bin && curl -sL https://github.com/google/go-jsonnet/releases/download/v0.17.0/go-jsonnet_0.17.0_Linux_x86_64.tar.gz | tar -C ~/bin/ -xzf -
$ curl -sLo ~/bin/jb https://github.com/jsonnet-bundler/jsonnet-bundler/releases/download/v0.4.0/jb-linux-amd64
$ chmod +x ~/bin/jb
```
Expand Down

0 comments on commit 20974ca

Please sign in to comment.