From 51a67d7ff38a45cb1cc0c85e091f494d00b9e5e0 Mon Sep 17 00:00:00 2001 From: user312222 <160431766+user312222@users.noreply.github.com> Date: Wed, 11 Dec 2024 20:15:38 +0300 Subject: [PATCH] Updated README with FAQ section --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/README.md b/README.md index d4053587a5c7..2daa1d9409fd 100644 --- a/README.md +++ b/README.md @@ -146,3 +146,38 @@ We're hiring developers, support people, and product managers all the time. Plea ## 🗒️ Credits - Emoji provided graciously by [JoyPixels](https://www.joypixels.com). + + +## ❓ FAQ +- Q: Can I use Rocket.Chat for free? +- A: Yes! Rocket.Chat offers a free version for self-hosting and a 30-day trial. + + +- Q: How can I set up Rocket.Chat on my local server +- A: Click [server](https://www.rocket.chat/install) then install suitible option for your machine + + +- Q: YN0000: · Yarn 4.5.3 + ➤ YN0000: ┌ Project validation + + ➤ YN0000: │ The current Node version v22.11.0 does not satisfy the required version 20.18.0. + + ➤ YN0000: └ Completed + + ➤ YN0000: · Failed with errors in 0s 15ms + + + I can not solve this issue on my fedora machine. What can I do ? + +- Q: install nvm 20.18.0 again + + --- + nvm install 20.18.0 + --- + + then + + --- + nvm use 20.18.0 + --- +