From 32cc73e0b5c727a0f59f50bf76feaaf1cd615748 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Thu, 6 Jul 2023 02:18:55 +0200 Subject: [PATCH] chore: update readme --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index efc09b58..ac279a92 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,32 @@ # Nuxt CLI (nuxi) -💫 Next Generation CLI Experience for [Nuxt](https://nuxt.com/). +⚡️ Next Generation CLI Experience for [Nuxt](https://nuxt.com/). > **Warning** -> 🚧 This project is heavily a work in progress. +> This project is heavily a work in progress. + ## Open Discussions -- [**Project Goals**](https://github.com/nuxt/cli/discussions/3) -- [Feedbacks and Ideas](https://github.com/nuxt/cli/discussions/4) -- [The journey of Nuxt CLI Generations](https://github.com/nuxt/cli/discussions/7) +- Project Goals +- Feedbacks and Ideas +- The journey of Nuxt CLI Generations + ## Beta Testing -### Using `npx` (recommended) +### Using `npx` ```bash npx nuxi-ng@latest --help ``` +### Global Install + +```bash +npm i -g nuxi-ng@latest +``` + ### Add to the Project Install the new CLI dependency: