mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
docs: remove mention of "template" from README installation (#7208)
This commit is contained in:
parent
c8d6c7e386
commit
20f333bb50
1 changed files with 3 additions and 7 deletions
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue