From b6add9485daddf8c8ae46080478337b2b6ad4871 Mon Sep 17 00:00:00 2001 From: selemondev Date: Sat, 23 Mar 2024 10:09:37 +0300 Subject: [PATCH] docs: update docs --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index f7b0aaf..74546b1 100644 --- a/README.md +++ b/README.md @@ -18,29 +18,9 @@ npx @selemondev/create-vue3-app@latest npx @selemondev/create-vue3-app --ts --eslint --tailwind --use-pnpm ``` -### yarn - -```bash -yarn @selemondev/create-vue3-app - -# OR - -yarn @selemondev/create-vue3-app --ts --eslint --tailwind --use-pnpm -``` - -### pnpm - -```bash -pnpm @selemondev/create-vue3-app@latest - -# OR - -pnpm @selemondev/create-vue3-app@latest --ts --eslint --tailwind --use-pnpm -``` - ## Options -You can also pass command line arguments to set up a new project non-interactively. Run `@selemondev/create-vue3-app --help` to see the available command line arguments: +You can also pass command line arguments to set up a new project non-interactively. Run `npx @selemondev/create-vue3-app --help` to see the available command line arguments: ```bash Usage: @selemondev/create-vue3-app [options]