Skip to content

Commit

Permalink
docs: adds brew instructions (#3692)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Jan 15, 2024
1 parent 4fb41a6 commit e3dec43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: docker_push
# documentation-only.
on: # yamllint disable-line rule:truthy
push:
tags: # e.g. release-1.2.3
tags: # e.g. docker-1.2.3
- 'docker-[0-9]+.[0-9]+.[0-9]+**'

jobs:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ Running via Docker:
docker run -d -p 9411:9411 openzipkin/zipkin-slim
```

Running via [Homebrew](https://formulae.brew.sh/formula/zipkin):
```bash
brew install zipkin
# to run in foreground
zipkin
# to run in background
brew services start zipkin
```

## Core Library
The [core library](zipkin/src/main/java/zipkin2) is used by both Zipkin instrumentation and the Zipkin server.

Expand Down

0 comments on commit e3dec43

Please sign in to comment.