Skip to content

Commit

Permalink
Update getting-started-installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored Aug 12, 2018
1 parent 47870cd commit e8ee056
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/getting-started-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ We have created an easy script that will get all of the infrastructure set up fo

> You have to be on Node >= 8.x and Yarn >= 1.5.
1. Create a project if none exists and change the directory to this project's root.
1. Create a project, if none exists, and change your the directory to this project's root.

You will be creating the docs in this directory. The root directory may
contain other files. The Docusaurus installation script will create two new
directories: `docs-examples-from-docusaurus` and `website`.

> Commonly, either an existing or newly created GitHub project will be the location for your Docusaurus site, but that is not mandatory to use Docusaurus.
1. Run the Docusaurus installation script: `npx docusaurus-init`.

> If you don't have Node 8.2+ or if you prefer to install Docusaurus globally, run `yarn global add docusaurus-init` or `npm install --global docusaurus-init`. After that, run `docusaurus-init`.
Expand Down

0 comments on commit e8ee056

Please sign in to comment.