You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/run.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,14 +70,14 @@ To install or upgrade to a **specific version** of Apollo MCP Server (recommende
70
70
71
71
</Tabs>
72
72
73
-
To install or upgrade to a **specific version** of Apollo MCP Server that is a release candidate:
73
+
To install or upgrade to a specific version of Apollo MCP Server that is a **release candidate** (recommended for those that want to test early builds):
74
74
75
75
<Tabs>
76
76
77
77
<Tablabel="Linux / MacOS">
78
78
79
79
```terminal showLineNumbers=false
80
-
# Note the `v` prefixing the version number
80
+
# Note the `v` prefixing the version number and the `-rc` suffix
81
81
curl -sSL https://mcp.apollo.dev/download/nix/v0.7.4-rc.1 | sh
0 commit comments