Skip to content

Commit ef246f6

Browse files
authored
Merge pull request #246 from apollographql/docs-add-clone
Add git clone command to docs
2 parents df7b0c7 + bafb55b commit ef246f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/source/quickstart.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ If you learn best with videos and exercises, this [interactive course](https://w
3939
## Prerequisites
4040

4141
- Clone the [Apollo MCP Server repo](https://github.com/apollographql/apollo-mcp-server)
42+
```sh showLineNumbers=false
43+
git clone https://github.com/apollographql/apollo-mcp-server.git
44+
```
4245
- Install [Apollo Rover CLI](/rover/getting-started) v0.35 or later
4346

4447
## Step 1: Understand the Example

0 commit comments

Comments
 (0)