From 994f0ca0e801c003dd8f20dd2a214f9158188cf4 Mon Sep 17 00:00:00 2001 From: xxDeveloper <77380166+Murtatrxx@users.noreply.github.com> Date: Mon, 6 Feb 2023 22:52:37 +0300 Subject: [PATCH] Update preparing.md --- docs/guide/getting-started/preparing.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/guide/getting-started/preparing.md b/docs/guide/getting-started/preparing.md index 4c706420f..4e2b8561c 100644 --- a/docs/guide/getting-started/preparing.md +++ b/docs/guide/getting-started/preparing.md @@ -3,9 +3,17 @@ After installing and IDE you need to install node. -You can download the LTS version of node right [here](https://nodejs.org/en/download/) +[Click to download the LTS version of node right here](https://nodejs.org/en/download/). -Install discord.js with +After you downloaded node, you can start using us + +Running this will install our CLI, which allows you to create a template project with writing a single line of code. ```shell -npm install discord.js@latest +npm install -g @sern/cli ``` + +After you downloaded our CLI, run this, +```shell +sern init +``` +You'll be welcomed with our interactive setup guide. Complete it, and your template project is ready. If you want to do more with it, continue reading. our guides