* Update getting-started-installation.md
Added a note that Docker files were not needed, and they may be deleted.
* Update getting-started-installation.md
I'm really bad at adding copyright notices.
* Update getting-started-installation.md
Fixed a styling issue.
* Update getting-started-installation.md
* Updating step 2 to be more intuitive
Use of word Github is very confusing. When starting, most of devs wont have an existing github repo. And normally not everyone will be using Github. Since devs will be following this step by step: we need to stress on telling them to create a new or use existing local project folder which may or may not be a github repo.
* Update getting-started-installation.md
* simplify installation steps
Since docusaurus-init is run seldomly, npx keeps it simpler,
and subsequent runs will be using the latest version.
Outdated provides more meaningful view of current and latest version
* add more doc on who can use npx
* Make yarn and npm commands more specific
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.