From 20f333bb504b1f59693f5c65bffa0fafab2a44da Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Tue, 19 Apr 2022 22:22:06 +0800 Subject: [PATCH] docs: remove mention of "template" from README installation (#7208) --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 310374e762..3aa39767c8 100644 --- a/README.md +++ b/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