From e44555009f03771462b8cb02f3b995a00f04ef38 Mon Sep 17 00:00:00 2001 From: "Y.Matsuda" Date: Mon, 1 Apr 2024 11:58:10 +0900 Subject: [PATCH] fix the incorrect way to use this tool in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a97ad6..6f31368 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ A terminal OpenTelemetry viewer inspired by [otel-desktop-viewer](https://github ## Getting Started -```sh -# install the CLI tool -go install github.com/ymtdzzz/otel-tui@main +This project is currently in the early stages of development, so you can only run it using the `go run` command: -# run the CLI tool (running on localhost:4317 by default) -otel-tui +```sh +$ git clone https://github.com/ymtdzzz/otel-tui.git +$ cd otel-tui +$ go run ./... ``` ## TODOs