From b6a219dd3697e512f52ec4ade079ec4ccc348306 Mon Sep 17 00:00:00 2001 From: Mark Fulton <128738155+markunl@users.noreply.github.com> Date: Mon, 22 Jan 2024 09:44:31 -0500 Subject: [PATCH] docs/improve website README.md with local docs server installation step (#5956) Minor addition to set correct local dir context in terminal when setting up a local docs instance --------- Co-authored-by: Thomas Heartman --- website/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/README.md b/website/README.md index 6fffdc0211..2d80cdc254 100644 --- a/website/README.md +++ b/website/README.md @@ -4,7 +4,10 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta ## Installation +In a terminal, cd into the website folder of the locally cloned unleash repository and then start the installation. + ```console +cd unleash/website yarn install ```