Skip to content

Commit 1180971

Browse files
authored
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.
1 parent 9dff74c commit 1180971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/products/docs/pages/getting-started/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
5151
5252
See the [fern.config.json reference](/learn/sdks/overview/project-structure#fernconfigjson) for more details.
5353
</Warning>
54-
Finally, navigate to the docs directory (where the `fern` folder is located) and execute the following command to generate your documentation:
54+
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:
5555

5656
```bash
5757
fern generate --docs

0 commit comments

Comments
 (0)