Skip to content

Commit 8c43a3c

Browse files
committed
ci: remove version from archive names for stable download URLs
1 parent 1efd395 commit 8c43a3c

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

.goreleaser.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ archives:
7272
format: tar.gz
7373
name_template: >-
7474
{{ .ProjectName }}_
75-
{{- .Version }}_
7675
{{- .Os }}_
7776
{{- .Arch }}
7877
@@ -129,16 +128,23 @@ release:
129128
header: |
130129
## RagCode MCP Server v{{.Version}}
131130
132-
Semantic code navigation for Go codebases using RAG (Retrieval-Augmented Generation).
131+
Semantic code navigation using RAG (Retrieval-Augmented Generation).
133132
134133
### Installation
135134
136-
**Quick install (Linux/macOS):**
135+
**Linux (amd64):**
137136
```bash
138-
curl -fsSL https://raw.githubusercontent.com/doITmagic/rag-code-mcp/main/install.sh | bash
137+
curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_linux_amd64.tar.gz | tar xz
138+
./ragcode-installer -ollama=docker -qdrant=docker
139139
```
140140
141-
**Or download the binary for your platform below.**
141+
**macOS (Apple Silicon):**
142+
```bash
143+
curl -L https://github.com/doITmagic/rag-code-mcp/releases/latest/download/rag-code-mcp_darwin_arm64.tar.gz | tar xz
144+
./ragcode-installer -ollama=docker -qdrant=docker
145+
```
146+
147+
**Or download the archive for your platform below.**
142148
143149
footer: |
144150
### What's Next?

0 commit comments

Comments
 (0)