minor typo - missing (

This commit is contained in:
Marty Hernandez Avedon
2022-12-16 10:37:01 -05:00
committed by GitHub
parent 6b7eeac7ed
commit dab2ba55c4
+1 -1
View File
@@ -6,7 +6,7 @@ The Rancher Docs website is built with [Docusaurus 2](https://docusaurus.io/), a
The Rancher Docs repository already contains a yarn.lock file, which contains the dependencies you need to build the website.
1. If you haven't already, install [Node]https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install).
1. If you haven't already, install [Node](https://nodejs.org/en/download/) and [Yarn](https://yarnpkg.com/getting-started/install).
1. Fork and clone the rancher-docs repository.
1. Go into your local rancher-docs folder.
1. Run `yarn` to install Docusaurus and associated dependencies.