docs(readme): update some outdated info

This commit is contained in:
EvolutionX
2023-08-17 13:20:06 +05:30
parent 30179d1ea9
commit 913ff4dc15

View File

@@ -55,10 +55,9 @@ Commands:
## Setting Up Your Project ## Setting Up Your Project
Run `sern init (-y)` for an interactive setup on a brand new project using our framework. <br> Run `npm create @sern/bot` 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)
## Installing Plugins ## 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! <br> sern runs on your plugins. Contribute to our [repository](https://github.com/sern-handler/awesome-plugins) and then install the plugins via our cli! <br>
Run `sern plugins` to see all installable options Run `sern plugins` to see all installable plugins.