From 913ff4dc158c27ab10ea54446943d7809c997d71 Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Thu, 17 Aug 2023 13:20:06 +0530 Subject: [PATCH] docs(readme): update some outdated info --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca4156c..b821a93 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,9 @@ Commands: ## Setting Up Your Project -Run `sern init (-y)` for an interactive setup on a brand new project using our framework.
-Adding the `-y` flag sets up project as default. ( **Note** : the default initiates a typescript project) +Run `npm create @sern/bot` for an interactive setup on a brand new project using our framework. ## Installing Plugins -sern runs on your plugins. Contribute to the [repository](https://github.com/sern-handler/awesome-plugins) and then install the plugins via our cli!
-Run `sern plugins` to see all installable options +sern runs on your plugins. Contribute to our [repository](https://github.com/sern-handler/awesome-plugins) and then install the plugins via our cli!
+Run `sern plugins` to see all installable plugins.