Skip to content

Commit

Permalink
fix the incorrect way to use this tool in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ymtdzzz committed Apr 1, 2024
1 parent b78ffe1 commit e445550
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e445550

Please sign in to comment.