From ae1efbc5becdda1ec9ff3bcc832accc500d96582 Mon Sep 17 00:00:00 2001 From: ASAKURA Kazuki <32762324+Arthur1@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:51:18 +0900 Subject: [PATCH] Update README.md (Installation) --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d679eb5..053ddbf 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,27 @@ "otlc" is a command line tool that allows you to easily post metrics by OTLP. It acts as a simple exporter and helps you testing for the OTLP endpoint. -## install +## Install + +Currently we support macOS and Linux. You may be able to run otlc on Windows by using docker or go install. + +### Homebrew ```sh brew install Arthur1/tap/otlc ``` -## run +### Docker + +- [`ghcr.io/arthur1/otlc`](https://github.com/Arthur1/otlc/pkgs/container/otlc) + +### go install + +```sh +go install github.com/Arthur1/otlc/cmd/otlc@latest +``` + +## Run ### post metrics