Skip to content

Commit

Permalink
Add an intro sentence to the build from source article (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Barlow committed Nov 9, 2021
1 parent 7bab7a4 commit 7fe9f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions docs/source/build-from-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Building the Apollo Router from source
sidebar_title: 馃洜 Build from source
---

If the Apollo Router doesn't provide a [prebuilt executable](./quickstart/#1-download-and-extract-the-router-binary) for your system or architecture, you can build the executable from source.

## 1. Install prerequisites

To compile the Apollo Router binary on your machine, you need the following:
Expand Down
6 changes: 3 additions & 3 deletions docs/source/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ You can now try running the Apollo Router from your project's root directory wit
If you do, you'll get the following error:

```
Error:
Error:
馃挮 The router requires a supergraph to be set using '--supergraph':
$ ./router --supergraph <file>`
馃獝 The supergraph can be built or downloaded from the Apollo Registry
using the Rover CLI. To find out how, see:
https://www.apollographql.com/docs/rover/supergraphs/.
馃И If you're just experimenting, you can download and use an example
Expand Down

0 comments on commit 7fe9f50

Please sign in to comment.