diff --git a/ReadMe.md b/ReadMe.md index aa5e3d4..308ffbc 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -113,4 +113,12 @@ packages.x86_64-linux.default = pkgs.mkOtelCollectorBuilderConfiguration { - `pname`: The configuration name. - `version`: The configuration version. - `config`: The configuration to use. It must match the exact YAML representation of the configuration options mentionned in the builder [documentation](https://github.com/open-telemetry/opentelemetry-collector/tree/main/cmd/builder#configuration) for `extensions, exporters, receivers, processors & replaces` options. -- `goPackage`: The go package to use when building the generated configuration file with the OpenTelemetry collector builder. \ No newline at end of file +- `goPackage`: The go package to use when building the generated configuration file with the OpenTelemetry collector builder. + +## Cachix + +Cachix is used to store package binaries. + +To use our cache, run `cachix use opentelemetry`. + +Refer to the [documentation](https://docs.cachix.org/) to install Cachix. \ No newline at end of file