File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ Brief description of the release focus (1-2 sentences).
108108
109109## Installation
110110
111- \`\`\ `bash
111+ `` `bash
112112# Install with pip
113113pip install mcp-nixos==X.Y.Z
114114
@@ -117,17 +117,17 @@ uv pip install mcp-nixos==X.Y.Z
117117
118118# Install with uvx
119119uvx mcp-nixos==X.Y.Z
120- \`\`\ `
120+ `` `
121121
122122## Docker Images
123123
124- \`\`\ `bash
124+ `` `bash
125125# Pull from Docker Hub
126126docker pull utensils/mcp-nixos:X.Y.Z
127127
128128# Pull from GitHub Container Registry
129129docker pull ghcr.io/utensils/mcp-nixos:X.Y.Z
130- \`\`\ `
130+ `` `
131131
132132## Migration Notes
133133
@@ -184,18 +184,18 @@ Brief description of the release.
184184
185185## Installation
186186
187- \`\`\ ` bash
187+ ` ` ` bash
188188pip install mcp-nixos==X.Y.Z
189189# or
190190uv pip install mcp-nixos==X.Y.Z
191- \`\`\ `
191+ ` ` `
192192
193193## Docker Images
194194
195- \`\`\ ` bash
195+ ` ` ` bash
196196docker pull utensils/mcp-nixos:X.Y.Z
197197docker pull ghcr.io/utensils/mcp-nixos:X.Y.Z
198- \`\`\ `
198+ ` ` `
199199
200200See [RELEASE_NOTES.md](https://github.com/utensils/mcp-nixos/blob/main/RELEASE_NOTES.md) for full details."
201201```
You can’t perform that action at this time.
0 commit comments