Skip to content

Commit

Permalink
small readme fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <[email protected]>
  • Loading branch information
jpkrohling committed Nov 2, 2023
1 parent 429ebe2 commit c26fbb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# jpkroehling's distributions of the OpenTelemetry Collector
# OpenTelemetry Collector distributions by jpkrohling

This repository has a personal collection of OpenTelemetry Collector distributions
curated by [@jpkrohling](https://github.com/jpkrohling).
This repository has a personal collection of OpenTelemetry Collector distributions curated by [@jpkrohling](https://github.com/jpkrohling).

At every new version of the Collector, distributions are updated and published.

Expand All @@ -12,6 +11,7 @@ To add a new distribution to this repository:
1) create a directory under `distributions` and place the `manifest.yaml` there
2) change the `Makefile`'s `DISTRIBUTIONS` var to include the new distribution
3) add a configuration file in the `test/config` with your distribution's name
4) add `./github/workflows/ci-<distribution>.yaml` and `./github/workflows/release-<distribution>.yaml` files based on one of the existing distributions

You can test your new distribution with:

Expand All @@ -22,5 +22,5 @@ You can test your new distribution with:
Or, to run everything the CI would run:

```console
make test
make ci
```

0 comments on commit c26fbb6

Please sign in to comment.