From 118097163cdf6d64b1f150dfe75e9531c8b1204b Mon Sep 17 00:00:00 2001 From: Max Drojjin Date: Tue, 4 Nov 2025 13:18:03 -0500 Subject: [PATCH] Mention CLI in the Quickstart Workflow As I was working through the quickstart guide and got to the end of the "Clone the starter repository" step, it then asks to run `fern ...` but there is no prior mention on how to install the CLI, thought it might be helpful to mention it. --- fern/products/docs/pages/getting-started/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/docs/pages/getting-started/quickstart.mdx b/fern/products/docs/pages/getting-started/quickstart.mdx index 3226ce363..11b2cce37 100644 --- a/fern/products/docs/pages/getting-started/quickstart.mdx +++ b/fern/products/docs/pages/getting-started/quickstart.mdx @@ -51,7 +51,7 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes. See the [fern.config.json reference](/learn/sdks/overview/project-structure#fernconfigjson) for more details. - Finally, navigate to the docs directory (where the `fern` folder is located) and execute the following command to generate your documentation: + Finally, once you have [The Fern CLI](/learn/cli-api-reference/cli-reference/overview) installed, navigate to the docs directory (where the `fern` folder is located) and execute the following command to generate your documentation: ```bash fern generate --docs