1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00

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 <thomas@getunleash.io>
This commit is contained in:
Mark Fulton 2024-01-22 09:44:31 -05:00 committed by GitHub
parent 8256c2eaf2
commit b6a219dd36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```