make install instruction simpler (#50)

* make install instruction simpler

* Create .nvmrc
This commit is contained in:
Jacob Nguyen
2024-01-09 12:46:35 -06:00
committed by GitHub
parent a69e19503c
commit ae72c3eedc
2 changed files with 1 additions and 12 deletions

1
.nvmrc Normal file
View File

@@ -0,0 +1 @@
lts/*

View File

@@ -4,21 +4,9 @@ sidebar_position: 1
# Create a new project
```sh
npm install -g @sern/cli
```
Running this will install our CLI. (you'll probably want to download this)
- helps manage your applications
- plugs you into the sern ecosystem.
### Create a new bot
```sh
npm create @sern/bot
```
and follow the interactive prompts.
if somehow you need help, feel free to ask [here](https://sern.dev.discord)