Skip to content

Commit d9ed15f

Browse files
authored
Merge pull request #39 from deagon/readme-typo-fix
fix: update Go installation instructions in README
2 parents 9f759b1 + cd20a14 commit d9ed15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This is useful if you don't use certain functionality or if you don't want to ta
5454
to specify the directory where the binary should be installed. This should also be in your `PATH`.
5555

5656
```bash
57-
GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana@latest
57+
GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana/cmd/mcp-grafana@latest
5858
```
5959

6060
3. Add the server configuration to your client configuration file. For example, for Claude Desktop:

0 commit comments

Comments
 (0)