mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
Correct typo in getting-started-installation.md (#405)
Change > Docusaurus was designed from the ground up to be easily installed and used to get your website up **an** running quickly. to > Docusaurus was designed from the ground up to be easily installed and used to get your website up **and** running quickly.
This commit is contained in:
parent
4c2558e8bd
commit
e0704d0f55
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ id: installation
|
|||
title: Installation
|
||||
---
|
||||
|
||||
Docusaurus was designed from the ground up to be easily installed and used to get your website up an running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:
|
||||
Docusaurus was designed from the ground up to be easily installed and used to get your website up and running quickly. To install Docusaurus, we have created an easy script that will get all of the infrastructure setup for you:
|
||||
|
||||
1. Go into the root of your GitHub repo directory where you will be creating the docs.
|
||||
1. `yarn global add docusaurus-init` or `npm install --global docusaurus-init`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue