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