Skip to content

Commit cd20a14

Browse files
authored
Update README.md
Fix the wrong step for installing go package.
1 parent 9cf425d commit cd20a14

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)