From ae72c3eedcf7d29a9fbbff8f8d2dec69aa8e8c36 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Tue, 9 Jan 2024 12:46:35 -0600 Subject: [PATCH] make install instruction simpler (#50) * make install instruction simpler * Create .nvmrc --- .nvmrc | 1 + docs/guide/walkthrough/new-project.md | 12 ------------ 2 files changed, 1 insertion(+), 12 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 000000000..b009dfb9d --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +lts/* diff --git a/docs/guide/walkthrough/new-project.md b/docs/guide/walkthrough/new-project.md index 224f7eed9..5b6a401e1 100644 --- a/docs/guide/walkthrough/new-project.md +++ b/docs/guide/walkthrough/new-project.md @@ -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) -