docs: remove mention of "template" from README installation (#7208)

This commit is contained in:
Joshua Chen 2022-04-19 22:22:06 +08:00 committed by GitHub
parent c8d6c7e386
commit 20f333bb50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,17 +47,13 @@ Short on time? Check out our [5-minute tutorial ⏱️](https://tutorial.docusau
## Installation
Use the initialization cli to create your site:
Use the initialization CLI to create your site:
```bash
npm init docusaurus@latest [name] [template]
npm init docusaurus@latest
```
Example:
```bash
npm init docusaurus@latest my-website classic
```
[Read the docs](https://docusaurus.io/docs/installation) for any further information.
## Contributing