We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da081db commit d5ab514Copy full SHA for d5ab514
1 file changed
cmd/install/main.go
@@ -536,7 +536,7 @@ func configureIDEs(selected []string) {
536
if runtime.GOOS == "windows" {
537
binPath = filepath.Join(home, "go", "bin", "rag-code-mcp.exe")
538
} else {
539
- binPath = filepath.Join(home, ".local", "bin", "rag-code-mcp")
+ binPath = filepath.Join(home, installDirName, "bin", "rag-code-mcp")
540
}
541
542
selection := normalizeIdeSelection(selected)
0 commit comments